搜索资源列表

  1. FEMath

    0下载:
  2. 线性方程组求解。ICCG法;LU分解法; 东华理工 张志勇-Solving linear equations. ICCG method LU decomposition method Donghua Zhang Zhiyong Polytechnic
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:张志勇
  1. QR_LU_Eigenvalue

    0下载:
  2. 包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based o
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:gogomx
  1. LUGPU1.0

    0下载:
  2. 使用GPU的强大并行计算能力来实现稠密矩阵的LU分解计算。-The use of a powerful GPU parallel computing capability to realize dense matrix LU decomposition calculation.
  3. 所属分类:并行运算

    • 发布日期:2024-05-14
    • 文件大小:4578304
    • 提供者:tiantiancode
  1. parallelluprogram

    0下载:
  2. 并行lu分解源程序,自带初始输入数据和运行结果-Parallel lu decomposition source, bringing the initial input data and run results
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:成斌
  1. LUFPGA

    0下载:
  2. Sparse LU Decomposition using FPGA,使用fpga实现lu分解的算法实现-Sparse LU Decomposition using FPGA, using the FPGA to achieve lu decomposition algorithm
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:535552
    • 提供者:li
  1. xxfc

    0下载:
  2. 全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 6.范德蒙方程组解法 7.托伯利兹方程组解法 8.奇异值分解 9.线性方程组的共轭梯度法 10.对称方程组的乔列斯基分解法 11.矩阵的QR分解 12.松弛迭代法-PCA-wide Gauss Jordan elimination method 2.LU decomposition meth
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:wzz
  1. LU

    0下载:
  2. 用Doolittle式的LU分解来求解线性方程组。-Solve the linear equations using Doolittle LU Decomposition!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:lihousen
  1. LU

    0下载:
  2. LU分解的一个小代码,数值分析课是写的,简单但是好用-source code for LU decomposition
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:阿锦
  1. LUdep

    0下载:
  2. 一个不错的矩阵LU分解的并行算法的MPI源程序-a MPI source code for LU decomposition s parallel algorithm
  3. 所属分类:并行运算

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:Juri hui
  1. lu

    0下载:
  2. 在VC++ 6.0环境下实现了小规模矩阵的LU分解.可以通过修改程序中矩阵大小的变量改变其维度.-It realizes the matrix s LU under the VC++ 6.0 development.You can change the dimensions of the matrix across changing the variable defined in the program.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:198656
    • 提供者:zhangbao
  1. Matrix

    0下载:
  2. 矩阵运算的软件包,包括矩阵的LU分解、RQ分解、奇异值分解等-Matrix calculation of the package, including the LU decomposition of matrix, RQ decomposition, singular value decomposition, etc.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:3082240
    • 提供者:叶飞
  1. KLU-1.1.0.tar

    0下载:
  2. 对稀疏矩阵进行LU分解,可用于电路仿真、FEM求解等 C语言-KLU is a sparse LU factorization algorithm well-suited for use in circuit simulation. KLU is a sparse LU factorization algorithm well-suited for use in circuit simulation. It was highlighte
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:560128
    • 提供者:aaq
  1. 3

    0下载:
  2. 1、随机生成一个5*5矩阵A,元素符合均匀分布;再随机生成一个5*5矩阵B,元素符合正态分布。对A和B进行加、减、乘、除、比较等矩阵运算,查看运算结果。 2、创建5阶魔术矩阵,求A的行列式、特征值、逆、秩、迹、条件数。 3、假设矩阵 ,求A的LU分解、正交分解、特征值分解、奇异值分解。 4、创建6阶单位稀疏矩阵,并显示其全部元素。 -1, randomly generated a 5* 5 matrix A,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:zhu
  1. LU

    0下载:
  2. 利用高斯消元列选主元法进行矩阵的LU分解和利用此分解解线性方程组-LU matrix factorization and use this decomposition of Linear Equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:陈轩
  1. doolittle

    0下载:
  2. LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:王伟
  1. khdaw

    0下载:
  2. LU分解 用比较通俗易懂的语言编写了LU分解的相关程序-LU
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1274880
    • 提供者:
  1. teacher_fortran

    0下载:
  2. LU分解法 修正的LU分解法 高斯全选主元法 雅克比矩阵等算法-LU decomposition LU decomposition method modified Gaussian Select PCA Fnac other than the matrix algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:chen
  1. LU

    0下载:
  2. LU分解尽管比较简单,然而在工程中有很大用途,比如图像处理,电网分析,数值计算中都有应用-LU decomposition although relatively simple, but great use in the project, such as image processing, network analysis, numerical calculations are applied
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:刘良勇
  1. LU

    0下载:
  2. lu分解,可以应用该函数分解矩阵, -lu fen jie
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:yeye
  1. LU

    0下载:
  2. 基于C语言得MATLAB平台设计的LU分解算法解方程-MATLAB platform based on C language was designed to solve the equation LU decomposition algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:29696
    • 提供者:吴用
« 1 2 3 45 6 7 8 9 10 ... 20 »

源码中国 www.ymcn.org