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

搜索资源列表

  1. LU分解.rar

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

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

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

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

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

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

    0下载:
  2. 基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity. b) Basic vectors functions :
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:98561
    • 提供者:none
  1. LU分解法

    1下载:
  2. 用C语言来实现的,求解线性方程组,还可以实现解向量的一个程序。-The decomposition realizes with the C language, solution system of linear equations, but also may realize the solution vector one procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:19578
    • 提供者:luo
  1. Gauss_Seidel迭代法

    0下载:
  2. 用C语言来实现的一个程序,可以求解线生方程组,比LU分解法求解速度快。- A program ,Using language c to relize ,can solve the line system of equations and rapider than a program with the way of LU Resolution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:19922
    • 提供者:luo
  1. lu

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

    • 发布日期:2017-12-14
    • 文件大小:224273
    • 提供者:zhy
  1. Lu分解的程序

    1下载:
  2. 求解线性方程组Ax=b的三角分解,即LU分解,利用高斯变换来实现系数矩阵A的分解
  3. 所属分类:matlab例程

  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. LU和QR分解法

    1下载:
  2. LU和QR分解法求线性方程组,高斯消元法的改进(LU and QR decomposition method for solving linear equations)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:Mathematic
  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. LU_test

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

  1. LU_solve

    0下载:
  2. 基于高斯消去法的LU分解,参考scientific numerical computing analysis(LU based on gaussion)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:40753152
    • 提供者:09090909
  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. LUgenerator_beta

    0下载:
  2. 使用C实现矩阵分解(LU decomposition)(Using C to implement matrix decomposition (LU decomposition))
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:8345600
    • 提供者:ayasp
  1. LU Matrix Factorization

    0下载:
  2. 使用C语言在xilinx 平台上实现N阶可逆矩阵分解(The realization of N order reversible matrix decomposition on the Xilinx platform using C language)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:1643520
    • 提供者:ayasp
  1. lu分解

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

  1. mt二维大地电磁正演数据

    1下载:
  2. mt二维大地电磁正演程序,采用lu分解方法进行编写。
  3. 所属分类:数据结构常用算法

« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com