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

搜索资源列表

  1. LU

    0下载:
  2. 杜丽特分解算法,用于矩阵之间的运算。课本上的杜丽特啊,有需要的可以下载。-Du Lite decomposition algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:231309
    • 提供者:赵敏
  1. Lu

    0下载:
  2. 数值计算中的LU分解法的实现算法,将矩阵分解为上三角和下三角矩阵进行运算-LU code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:973
    • 提供者:cookies
  1. Matrix

    0下载:
  2. 自己建立的矩阵模板,并且对矩阵实现LU分解,可以用此函数解求解线性方程组的解。-build the matrix template,and implement LU decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1267
    • 提供者:gelei
  1. LUwerwer

    0下载:
  2. 本代码是用C++ 写的LU分解的实现文件 希望对大家有用 -This code is written in c++ LU decomposition of the realization of the hope of the useful file: thank you
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:610
    • 提供者:董坤
  1. lu_omp

    1下载:
  2. 矩阵LU分解的C/C++ + Openmp实现-Matrix LU decomposition of C/C+++ Openmp achieve
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:646
    • 提供者:lixianming
  1. LU_mpi

    0下载:
  2. LU分解,采用连续划分方式下的MPI实现-LU decomposition of the continuous division of MPI implementations under way
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:2357
    • 提供者:王梓
  1. matrix

    3下载:
  2. 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
  3. 所属分类:Algorithm

    • 发布日期:2014-12-20
    • 文件大小:1077248
    • 提供者:wuzw
  1. DoolittleLU

    2下载:
  2. 用MPI实现的LU分解算法,按照《一种基于DoolittleLU分解的线性方程组并行求解方法》论文里面的通信方式编写,减少进程间同步次数,效率高,论文也打包一并上传了。-Doolittle LU decomposition with MPI
  3. 所属分类:MPI

    • 发布日期:2016-08-27
    • 文件大小:757760
    • 提供者:fa
  1. LUsolve-linear-system

    0下载:
  2. 用LU分解求解线性方程组,有Lbacksub.m LUFactor.m Ubacksub.m test.m四个m文件和一个txt运行结果,数值分析-solve linear system by LU ,numeriacal analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1673
    • 提供者:李刚
  1. Matrix-factorization-C-program

    0下载:
  2. 矩阵分解的C程序 包括有矩阵的LU分解,矩阵的UU分解还有共轭梯度法-Matrix decomposition of the C program, including a matrix LU decomposition, the UU decomposition of the matrix conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:452031
    • 提供者:平沙沙
  1. shuishui.cpp

    0下载:
  2. LU分解和高斯消元法解线性方程的C++算法实现-LU decomposition and Gaussian elimination method for solving linear equations, C++ implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1185
    • 提供者:杨成威
  1. Examine

    0下载:
  2. 对求解线性方程组的算法进行测试,包括矩阵LU分解算法-Begin the test of the Algorithms used in solving the liner equation, including the LU decomposition
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:72681
    • 提供者:xiongxi
  1. main

    0下载:
  2. 矩阵的LU分解的实现,用户输入增广矩阵后,会自动输出L型矩阵和U型矩阵-Matrix LU factorization, implementation, user input augmented matrix, it will automatically output the L-type matrix and the U-matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1287
    • 提供者:jj
  1. Three-diagonal-matrix

    0下载:
  2. 三对角阵的LU分解和三对角方程组的求解.可以用于油藏数值模拟-Diagonal matrix of the LU decomposition of tridiagonal equations and can be used in numerical reservoir simulation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:911
    • 提供者:杨洪
  1. Gauss

    0下载:
  2. 线性方程组的数值解法的Matlab代码 采用Gauss算法和LU分解-Matlab code of the numerical solution of linear equations using Gauss algorithm and LU factorization
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:13539
    • 提供者:yy
  1. Matrix_test

    0下载:
  2. 在vs2010中实现了一个矩阵类主要功能有矩阵间的基本运算,矩阵下标访问,矩阵的LU分解,QR分解,特征值,矩阵的秩,矩阵的范数,以及基于矩阵元素的基本函数运算。-Vs2010 in the matrix between the main function of a matrix class operator matrix subscr ipting matrix LU decomposition, QR decomposition, eigenvalues, the rank of the m
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2560229
    • 提供者:dragon
  1. mathmatics

    0下载:
  2. MATLAB中数值分析如拉格朗日插值、牛顿法求解方程组、LU分解等-MATLAB numerical analysis such as Lagrange interpolation, Newton' s method for solving equations, LU decomposition, etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2437
    • 提供者:刘洁丽
  1. Doolittl_and_Gauss_Seidel

    0下载:
  2. 用LU分解和Gauss_Seidel迭代法求解线性方程组,检验正确。-LU decomposition and Gauss_Seidel iterative method for solving linear equations, the correct test.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2786
    • 提供者:常元江
  1. 2dc

    0下载:
  2. 直角坐标中用有限容积法、同位网格上计算二维对流-扩散方程的程序及其后处理程序,对流项采用迎风格式,扩散项采用中心差分,可选用三种求解方式,包括x或y方向的线迭代和不完全LU分解。-This package contains several computer codes for solving two-dimensional heat and fluid flow problems using Cartesian grids. The upwind or central differen
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:52727
    • 提供者:shenshuanglin
  1. solutions

    0下载:
  2. 各种常见的解方程组方法:Cholesky分解法解方程组、LU分解线性方程组、高斯消去法解方程组、列主元解线性方程组、雅可比迭代解线性方程组-Common solution of equations: the Cholesky decomposition of equations, LU decomposition of linear equations, Gaussian elimination method for solving equations, column element for s
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1261663
    • 提供者:wenwen
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »
搜珍网 www.dssz.com