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

搜索资源列表

  1. LU.tar

    0下载:
  2. 基于CUDA的LU分解,可作为求解线性方程组的程序-CUDA based LU decomposition, can be used as the procedure for solving linear equations
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1131
    • 提供者:王萌
  1. lu

    0下载:
  2. lu分解算法,计算方法编程算法,c++编写,算法可以实现-lu decomposition algorithm, calculation algorithm programming, c++ to write the algorithm can be implemented
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6708
    • 提供者:刘辉
  1. LU-decomposition-of-matrix

    0下载:
  2. 矩阵的LU分解。用不选主元的LU分解和列主元LU分解求解线性方程组 Ax=b, 并比较这两种方法.-LU decomposition of matrix.With no pivoting the LU decomposition and the main yuan LU decomposition for solving linear equations Ax = b, and compare the two methods.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:20918
    • 提供者:lumengyi
  1. lu-matrix-decomposition

    0下载:
  2. lu 矩阵分解,实现了基于高斯约旦方法的lu分解-matrix decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:901
    • 提供者:way
  1. LU

    0下载:
  2. 基于LU分解的数值分析例题计算问题:用追赶法求解20阶三对角线性方程组Ax=d的解,其中A,d已知-Analysis of examples of numerical calculation based on the LU decomposition: solving 20 Order tridiagonal linear equations Ax = d solution by chasing method, wherein A, d known
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1699
    • 提供者:杨小青
  1. LU

    0下载:
  2. 通过matlab实现的矩阵LU分解,PLU程序相比于LU程序,有所改进-Matrix LU decomposition realized by matlab, PLU program compared to the LU program, improvements
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1389
    • 提供者:刘晨
  1. LU

    0下载:
  2. 高斯运算中的LU分解,用于矩阵分解以及求解方程矩阵-Matrix Calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:698
    • 提供者:
  1. MATLAB-LU--reduction

    1下载:
  2. 该实例利用MATLAB实现了对任意一个n*n的矩阵实现LU分解-This case is to achieve LU reduction of a random matrix by MATLAB.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1620
    • 提供者:盛学锐
  1. LU

    1下载:
  2. LU分解(LU Decomposition)是矩阵分解的一种,可以将一个矩阵分解为一个单位下三角矩阵和一个上三角矩阵的乘积(有时是它们和一个置换矩阵的乘积)。LU分解主要应用在数值分析中,用来解线性方程、求反矩阵或计算行列式。-LU Decomposition is a matrix of decomposition, a matrix can be decomposed into a unit of the lower triangular matrix and an upper triang
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1616
    • 提供者:付勐
  1. test-mpi-LU

    0下载:
  2. 用mpi实现的并行LU分解测试程序,win7系统,vs2013平台-Using mpi to achieve the parallel LU decomposition test program, win7 system, vs2013 platform
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-14
    • 文件大小:1184469
    • 提供者:shen
  1. LU

    0下载:
  2. LU分解求解线性方程组,请大家多指教-LU decomposition solution equation
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-18
    • 文件大小:857088
    • 提供者:赵宏亮
  1. lu

    0下载:
  2. 。、、 关于lu分解的代码、、 属于初级加工,初学代码示例-On the decomposition of lu code
  3. 所属分类:Other systems

    • 发布日期:2017-12-14
    • 文件大小:224273
    • 提供者:zhy
  1. 57578866Matrix_LU_INV

    0下载:
  2. 这是一个使用lu来求逆矩阵的算法那,算法很好,很不错啊(this is a lu algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:zhonglin_ye
  1. ILU

    1下载:
  2. perform incomplete LU decomposition.
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:pengrh
  1. LU

    0下载:
  2. 该程序用于使用追赶法求解线性代数方程中的三对角方程组(The program is used to solve the three diagonal equations in linear algebraic equations by using the chase method)
  3. 所属分类:数学计算

    • 发布日期:2017-12-17
    • 文件大小:18432
    • 提供者:李伟222
  1. PA=LU

    0下载:
  2. 矩阵的PA=LU分解,科学计算(数值分析),矩阵维数可以自由选择(Matrix PA=LU decomposition, scientific computing (numerical analysis), the matrix dimension can be freely selected)
  3. 所属分类:数学计算

    • 发布日期:2018-01-02
    • 文件大小:256000
    • 提供者:674534207
  1. sanijaofenjie

    0下载:
  2. 解线性方程组的方法,实现系数矩阵的LU分解。(Solution of linear equations, the coefficient matrix LU decomposition.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:行者W
  1. LU_test

    0下载:
  2. cuda加速,采用LU分解法求解线性方程组(CUDA accelerated, using LU decomposition method to solve linear equations)
  3. 所属分类:并行计算

  1. practise

    0下载:
  2. 对n*n矩阵进行求逆和分解,包括矩阵的自动生成等(The inverse and decomposition of n*n matrix)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:2453504
    • 提供者:onlypla
  1. LU decomposition

    0下载:
  2. LU分解的程序实现,要求如下: 1)不限编程语言,程序为可执行文件,例如 .m文件等,不能是word或者txt文档; 2)程序可以实现任意矩阵的LU分解,并附上简单实例; 3)同时提交程序的说明文档,对程序简单说明;(The implementation of the LU decomposition program is required as follows: 1) unlimited programming language, programs for ex
  3. 所属分类:

    • 发布日期:2018-01-08
    • 文件大小:210944
    • 提供者:Mr_亮先森
« 1 2 3 4 56 7 8 9 10 ... 18 »
搜珍网 www.dssz.com