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

搜索资源列表

  1. BLLUU

    0下载:
  2. 矩阵的LU分解(三角分解)。 内附型参说明-LU matrix decomposition. Containing a type parameter descr iption
  3. 所属分类:Algorithm

    • 发布日期:2016-01-21
    • 文件大小:1024
    • 提供者:Autunight
  1. LUGS

    0下载:
  2. 在matlab中实现矩阵的lu分解和Gauss-Seidel求特征值-Implemented in the matlab lu matrix decomposition and Gauss-Seidel eigenvalue
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:594
    • 提供者:liu18hao
  1. LLUU

    0下载:
  2. 矩阵的LU分解,可以用来改进求解线性方程组的效率。-LU matrix decomposition can be used to improve the efficiency of solving linear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:627
    • 提供者:Alice Yang
  1. Gauss-Decom

    0下载:
  2. 用matlab实现矩阵的高斯分解,A=LU,A为下三角,U为上三角-Gauss decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:3827
    • 提供者:张弘
  1. MATLAB

    0下载:
  2. 列主元高斯消去法、LU三角分解法、龙贝格(Romberg)算法、最小二乘法的Matlab程序及运行结果-Column principal component Gaussian elimination, LU triangular decomposition method, Romberg (Romberg) algorithm, least-squares method in Matlab and the results
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:36760
    • 提供者:lihui
  1. matrix

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

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

    1下载:
  2. LAPACK,其名為Linear Algebra PACKage的縮寫,是一以Fortran程式語言寫就,用於數值計算的函式集。 LAPACK提供了豐富的工具函式,可用於諸如解多元線性方程式、線性系統方程組的最小平方解、計算特徵向量、用於計算矩陣QR分解的Householder轉換、以及奇異值分解等問題。-LAPACK (Linear Algebra PACKage) is a software library for numerical linear algebra. It provides
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7466248
    • 提供者:魏晓宇
  1. main-Gauss----

    0下载:
  2. 列主元消去法,LU分解,及最小二乘法的matlab- main Gauss method, LU triangular decomposition, Romberg (Romberg) algorithm, least square method Matlab procedures and operation results
  3. 所属分类:File Formats

    • 发布日期:2017-11-28
    • 文件大小:36418
    • 提供者:王骞
  1. Numerical-analysis-usingMATLAB-

    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. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:94868
    • 提供者:庞烁烁
  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. MatrixFullRank

    0下载:
  2. CPU和GPU上的利用CUDA实现矩阵的LU、QR和全秩分解、以及一些矩阵变换和运算程序。-On the CPU and GPU matrix by using CUDA, LU, QR, and full rank decomposition, as well as some matrix transformation and operation procedures.
  3. 所属分类:MPI

    • 发布日期:2017-05-18
    • 文件大小:4782414
    • 提供者:ywd
  1. 123

    0下载:
  2. 用LU分解及列主元高斯消去法解线性方程组(非图形界面)。-Decomposition and out PCA Gaussian elimination method for solving linear equations with LU.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:196830
    • 提供者:赵瑾
  1. Solution-equation

    0下载:
  2. 用高斯列主元消去法和三角直接分解法LU分解法的matlab 代码。-Matlab code of the decomposition method with the main element elimination method and the direct decomposition of the LU.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1355
    • 提供者:尚青
  1. CG_LANCZOS_MINRES

    0下载:
  2. 包含CG、Minres和Lanczos算法及LU和QR分解等多种算法,可以很好的适用于1000阶及其以上矩阵的计算,绘制残差与步数的关系图-Contains CG, Minres and Lanczos algorithm and LU and QR decomposition of a variety of algorithms, it can be a good step for calculating 1000 and above the matrix, and the number of
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:7816
    • 提供者:王睿
  1. reduction

    0下载:
  2. 输入矩阵的维数以及各个元素,选择矩阵分解的方法,进行分解。 有四种分解方法: 1、LU 分解 2、Gram-schmidt分解 3、Householder分解 4、Givens分解 -matrix decomposition methods
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2218
    • 提供者:maoxiaoxiao
  1. sanjiaofenjiefa

    0下载:
  2. 三角分解法亦称因子分解法,由消元法演变而来的解线性方程组的一类方法。设方程组的矩阵形式为Ax=b,三角分解法就是将系数矩阵A分解为一个下三角矩阵L和一个上三角矩阵U之积:A=LU,然后依次解两个三角形方程组Ly=b和Ux=y,而得到原方程组的解,例如,杜利特尔分解法、乔莱斯基分解法等就是三角分解法(The triangular decomposition method, also called factor decomposition method, is a kind of method of
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:xzt
« 1 2 ... 14 15 16 17 18 19»
搜珍网 www.dssz.com