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

搜索资源列表

  1. Numerical-analysis-MATLAB-

    0下载:
  2. 上传的文件对数值分析课本里 Lagrange插值,Newton插值,三次样条差值,复合梯形公式和复合辛普森公式积,龙贝格算法,高斯消去法,LU分解,改进欧拉法MATLAB编程,并画出图形。-Upload the file to the numerical analysis textbook Lagrange interpolation, Newton interpolation, three times spline interpolation, the composite trapezoida
  3. 所属分类:Algorithm

    • 发布日期:2017-11-04
    • 文件大小:94863
    • 提供者:庞烁烁
  1. numerical-computing-method

    0下载:
  2. 数值计算LU分解,追赶法,jacobi迭代,高斯迭代法,牛顿插值法,Romberg积分法-Numerical LU decomposition, chasing method, jacobi iteration, Gauss iterative method, Newton interpolation, Romberg integration method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:5398
    • 提供者:袁皓
  1. LUfengjiefa

    0下载:
  2. 用c语言编写基于LU分解的线性方程组解法,输入文件放在LU.txt中-C language based on LU decomposition of Linear Equations, in the input file placed LU.txt
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:1005
    • 提供者:沈民
  1. 数值菜单

    0下载:
  2. 里面很多有用的数学工具 如LU分解 快速傅里叶变换 梯度法等
  3. 所属分类:C#编程

    • 发布日期:2013-06-05
    • 文件大小:225840
    • 提供者:xdtang
  1. gaosi

    0下载:
  2. 数值代数,高斯消去,LU分解之后解上\下三角.-Numerical algebra, Gaussian elimination, LU decomposition after the Xie upper \ lower triangular.
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:765
    • 提供者:康QY
  1. matrix_lu1

    0下载:
  2. 稀疏矩阵分解,LU分解,快速高效的分解矩阵-Sparse matrix factorization, LU decomposition, fast and efficient decomposition of the matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:142510
    • 提供者:时先生
  1. matrix_lu3

    0下载:
  2. LU_seial,c是针对c语言开发的串行LU分解,并进行了cache优化。 LU_parallel.c是用多线程的方法实现LU分解的并行化,加速比在1.3左右。-LU_seial, c is for c language development serial LU decomposition, and conducted cache optimization. LU_parallel.c is multi-threaded approach to achieve parallel LU d
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1900
    • 提供者:时先生
  1. matrix_lu7

    0下载:
  2. LU分解算法运算的C代码实现,数值计算方法 LU分解法-LU decomposition algorithm for calculation of C code, numerical methods LU decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:856
    • 提供者:时先生
  1. LU-and-QR

    0下载:
  2. 求解线性方程组Ax=b,其实质就是把它的系数矩阵A通过各种变换成一个下三角或上三角矩阵,从而简化方程组的求解。因此,在求解线性方程组的过程中,把系数矩阵A变换成上三角或下三角矩阵显得尤为重要,然而矩阵A的变换通常有两种分解方法:LU分解法和QR分解法。-LU and QR decomposition method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:83631
    • 提供者:段艳
  1. test

    0下载:
  2. 解方程,可以LU分解的方程公式解方程,可以LU分解的方程公式-Solving equations, LU decomposition equation formula can solve the equation, the equation can LU decomposition formula
  3. 所属分类:source in ebook

    • 发布日期:2017-05-14
    • 文件大小:3322167
    • 提供者:周峰
  1. solver_Eq

    0下载:
  2. 本程序包采用matlab编写的几种数值计算中经典的解方程组的算法,包括LU分解、Gauss消元法、Jacobi迭代法、以及Guass-Seidel迭代法的源代码。供大家参考。-This package prepared using matlab several numerical solution of equations of classical algorithms, including LU decomposition, Gauss elimination method, Jacobi i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2879
    • 提供者:蔡声泽
  1. my_ludep

    0下载:
  2. 矩阵LU分解的并行实现,文档中给出了不同矩阵规模和处理器数下的实验结果。-Matrix LU decomposition parallel implementation, the document gives a different matrix size and the number of processors under the experimental results.
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:22169
    • 提供者:李平
  1. LU

    0下载:
  2. 利用vc++开发的下三角分解程序,数值计算方法必备。-deformation program in VC++. it is essential for linerfunction solved.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1474
    • 提供者:dingliang
  1. LUforAX=b

    0下载:
  2. 利用矩阵的LU分解来计算线性方程组,其中矩阵分解的时候利用的是Doolittle分解。-LU decomposition of matrix to calculate the linear equations, matrix decomposition when the use of which is Doolittle decomposition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:923
    • 提供者:岳晓鹏
  1. Matrix_LU_INV

    0下载:
  2. 矩阵求逆运算的matlab程序,用的LU分解方法,很好-Matrix inversion matlab program, using the LU decomposition method, a good
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1060
    • 提供者:彭诚诚
  1. pivotgolf

    0下载:
  2. 运用matla编写的一个小游戏界面,能够对矩阵进行LU分解,希望读者能从中得到启发-Your goal is to use LUGUI to compute the LU decompositions of nine matrices with as little roundoff error as possible. Your score for each hole is norm(R,inf)+norm(Leps,inf)+norm(Ueps,inf) where R = L*
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:3249
    • 提供者:lipu
  1. matrix

    0下载:
  2. 模版矩阵类,包括常用的计算和操作,解方程用的高斯消元,常规的LU分解,只是功能尚未完善,待续-Template matrix class, including the commonly used calculations and operations, solving equations using Gaussian elimination, LU decomposition routine, but function is not perfect, to be continued ......
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4995
    • 提供者:将建军
  1. LUcomposition

    0下载:
  2. LU分解:通过数值分析中的LU分解算法,实现LU分解-LU decomposition: Through numerical analysis LU decomposition algorithm, LU decomposition
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1931
    • 提供者:康体
  1. yy

    0下载:
  2. 矩阵的LU分解 PLU分解 以及平方根分解-LU decomposition of the matrix square root PLU decomposition and decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:714
    • 提供者:yangyang
  1. gaussLUrombergOLSmatlab

    0下载:
  2. 高斯消元法LU分解龙贝格OLS等matlab程序-Gaussian elimination LU decomposition matlab procedures, such as Romberg OLS
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:36582
    • 提供者:cindy
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 »
搜珍网 www.dssz.com