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

搜索资源列表

  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. VB_NUM1

    0下载:
  2. 用VB实现线性方程组的求解。包括:高斯消元法,LU分解法追赶法,迭代法,奇异值分解,乔累斯基分解法等12种数值方法。-VB of linear equations to solve. Including : Gaussian Elimination Act, the law catch up with the LU decomposition, iterative method, singular value decomposition, Joe Cholesky decomposition 1
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7196
    • 提供者:李春波
  1. LU_Decompound_for_C++

    0下载:
  2. 应用LU分解法计算矩阵的程序 C++制作 未编译,已经测试-application LU decomposition of the matrix calculation procedure produced no C compiler, testing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1583
    • 提供者:老张
  1. MatrixInverse

    1下载:
  2. 这是一个非常好的利用LU分解法求逆矩阵的程序,其中的Pivot是很好的。-This is a very good use of LU decomposition of the matrix inversion process, the Pivot is very good.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2515
    • 提供者:sylivian
  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. superlu_3.0.tar

    1下载:
  2. LU矩阵分解单机版最新版本,用于快速求解稀疏矩阵组成的方程组的解-LU decomposition matrix version of the latest stand-alone version for fast sparse matrix solution of the solution of the equations
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1134160
    • 提供者: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. 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. ulapack

    0下载:
  2. This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate with the Boost uBLAS library. Currently implements Cholesky decomposition, LU decomposition, inversion and determinant for general and positive-defin
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:109523
    • 提供者:sunxiaodian
  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. duliteer

    0下载:
  2. 这是用vc编的LU分解法,也叫杜利 特儿法,子过程LUDCMP将矩阵分解 为上三角和下三角矩阵,子过程LU BKSB利用LUDCMP的分解结果得到线 性方程组的解-vc addendum to the LU decomposition method, also called Dulite abuse, LUDCMP sub-process decomposition of the matrix on the Triangle and lower trian
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1461
    • 提供者:wuyan
  1. NumericalAnalysisAlgorithm

    0下载:
  2. 列主元消元法解线性方程组(已通过验证) LU分解法解线性方程组(已通过验证): 雅可比迭代法(已通过P54例一和习题一的验证)高斯---赛得尔迭代法 拉哥朗日插值公式(乘幂法 -main-element elimination method for solving linear equations (validated) LU decomposition method for solving linear equations (which has been validated
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12231
    • 提供者:xuyao
  1. mymath

    0下载:
  2. 自编数学函数调用库,有LU分解法,高斯塞德尔迭代法,追赶法解线性方程组,还有一维和二维的高斯积分公式-writing mathematical function call library, LU decomposition, high Shisaideer iterative method, catching up with the method for solving linear equations, one-and two-dimensional Gaussian integral for
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2519
    • 提供者:陈建湘
  1. wlg

    1下载:
  2. 五对角占优线性方程组求解的MATLAB 程序MYLU。 输入参数A为系数矩阵,F为右端向量。输出参数L,U为A的LU 分解A=LU,X为解向量。-five pairs diagonally dominant linear equations MYLU the MATLAB program. A input parameters for the coefficient matrix, F subguadratic vector. Output parameters L, U of A LU d
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:991
    • 提供者:王礼广
  1. 数值分析的lu分解vb 版

    0下载:
  2. 大学里数学系必学的一们课程数值分析中的经典算法————lu分解的程序vb版本-University's Department of Mathematics will study the courses have a numerical analysis of the classic decomposition algorithm-lu version of the procedure vb
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2214
    • 提供者:liunangui
  1. exer1

    0下载:
  2. 利用LU分解来求方程的解-use LU decomposition to seek solutions to the equation
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:946
    • 提供者:谷雨
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com