CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lu分解

搜索资源列表

  1. LU分解.rar

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:965
    • 提供者:
  1. 单纯LU分解.rar

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:965
    • 提供者:
  1. mpiparaw.rar

    2下载:
  2. 在MPI上用并行LU分解求解线性方程组的源程序。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:4500
    • 提供者:
  1. raa

    0下载:
  2. 一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:65565
    • 提供者:谢瑶
  1. 27_142

    0下载:
  2. 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to achieve some basic tasks, such
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11623
    • 提供者:陈冲
  1. lu_bs_lsm

    1下载:
  2. lu 分解 b样条曲线,贝齐儿曲线等等的 matlab实现,非常实用-decomposition b-spline curves, curve gemfibrozil abuse etc. Matlab achieve very practical
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5387
    • 提供者:jaba
  1. superlu_mt_1.0.tar

    1下载:
  2. 可以用在并行计算中的代码,支持稀疏矩阵的LU分解,用来求方程组的解-can be used in parallel computing code, sparse matrix support the LU decomposition, used for the solution of the equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:562257
    • 提供者:wang
  1. superlu_dist_2.0.tar

    0下载:
  2. LU分解求解矩阵方程组的解,最新版本,快速求解稀疏矩阵-LU decomposition of the matrix equation solution, the latest version, sparse matrix Quick Solution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1028335
    • 提供者:wang
  1. slu_dist.ps

    0下载:
  2. 稀疏矩阵分解的最好方法之一,LU分解,快速高效的分解矩阵-sparse matrix factorization one of the best ways, LU decomposition, fast and efficient decomposition matrix
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:142510
    • 提供者:wang
  1. LUDCMP

    0下载:
  2. LU分解法解线性方程组,内含LU分解函数以及调用的例子-LU decomposition method for solving linear equations, containing LU decomposition and the calling function examples
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1451
    • 提供者:younger
  1. 单纯LU分解

    0下载:
  2. 下一部是计算求解方程组-under a calculation equations solution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1232
    • 提供者:陈顺
  1. SpMatrix

    2下载:
  2. 针对有限元分析的稀疏矩阵采用一维存储时的矩阵运算编写的,可对其进行加减乘除和LU分解等运算-against the finite element analysis using a sparse matrix storage dimensional matrix prepared by the operator, can its arithmetic and LU decomposition, etc. Operational
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2963
    • 提供者:stefanie
  1. lu_decompose

    0下载:
  2. 数值与符号计算LU分解法,运用LU分解函数求解Ax=b的矩阵运算-numerical and symbolic computation LU decomposition, using LU decomposition function for Ax = b matrix operation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6324
    • 提供者:peter
  1. connvert

    0下载:
  2. 对矩阵进行LU分解并求逆,该程序适用于任意维数方阵,-right matrix factorization and inverse, the procedures applicable to arbitrary dimension arrays
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1176
    • 提供者:jyki2541
  1. LUwerwer

    0下载:
  2. 通过LU分解求矩阵的逆矩阵,可应用于反幂法的实现-through the matrix factorization for the inverse matrix can be used against the law to achieve power
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:882
    • 提供者:王另
  1. newprogram

    0下载:
  2. 列主元法解方程组C语言代码与LU分解求线性方程 -main-element equations method of C language code and the LU decomposition of linear equations
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1309
    • 提供者:张强
  1. LU_decompostion

    0下载:
  2. 矩阵的LU分解的改进型算法。优点是快捷-matrix factorization of the improved algorithm. Advantage is speed.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:913
    • 提供者:llt
  1. t2_3

    0下载:
  2. 本题采用的计算方法为:矩阵的 分解和Cholesky分解。根据Gauss消去法的的矩阵意义,可以将矩阵A分解为一个单位下三角矩阵与一个上三角矩阵的乘积即:即矩阵的LU分解A=LU,进而可以分解为: 的形式。当A为对称矩阵时,A可分解为: 的形式。-that the use of the method of calculating : matrix decomposition and Cholesky decomposition. According to the Gauss eliminatio
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1013
    • 提供者:王明明
  1. cad01

    0下载:
  2. 用LU分解实现解方程,用visual C++编写,可以使用一下-with factorization of solving equations, using visual C, can use this to s
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9198
    • 提供者:wu
  1. lu分解

    0下载:
  2. 矩阵分解,内建lu函数的可读版本;矩阵分解,内建lu函数的可读版本;矩阵分解,内建lu函数的可读版本
  3. 所属分类:matlab例程

« 1 2 3 4 5 67 8 9 10 11 ... 18 »
搜珍网 www.dssz.com