CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - matrix analysis

搜索资源列表

  1. LU

    0下载:
  2. In linear algebra, LU decomposition (also called LU factorization) is a matrix decomposition which writes a matrix as the product of a lower triangular matrix and an upper triangular matrix. The product sometimes includes a permutation matrix as well
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:1.88kb
    • 提供者:James
  1. test

    0下载:
  2. 实对称正定矩阵LDL^分解,其中L为单位下三角矩阵,D为对角阵-A recursive algorithm for calculating the eigenvalues of a real symmetric matrix based on LDLT decomposition is given. With this algorithm, the number of eigenvalues of a real symmetric matrix in the given interval c
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:584.13kb
    • 提供者:李昕
  1. Sparse_Linear_Systems_Algorithms

    0下载:
  2. 国外权威教程,进行稀疏矩阵设计和运算,进行有限元分析程序必备图书-The foreign authority tutorial for sparse matrix design and computing, finite element analysis program Essential books
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:25.57mb
    • 提供者:chenn
  1. SVD

    0下载:
  2. 实矩阵的svd算法,附svd算法的理论分析。-svd algrithmReal matrix svd algorithm, with a theoretical analysis of svd algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:372.58kb
    • 提供者:
  1. Knapsack

    0下载:
  2. 算法设计与分析中背包问题。 首先将最优解矩阵的第一行和第一列均赋值为0;然后从上至下、从左至右依次计算m[i][j]的值,如果第i个物品 的重量大于j的值,即第i个物品不放入背包中,则将m[i][j]赋值为m[i-1][j],否则取第i个物品放入背包和不放入背 包所得价值的最大值;最后从后往前计算最优解向量的值,如果m[i][j]=m[i-1][j],则将x[i]赋值为0,否则将x[i] 赋值为1,并将j减去第i个物品的重量。-The knapsack problem al
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:
  1. Eigenvalues-and-eigenvectors

    0下载:
  2. 用数值分析方法求解实数矩阵特征值和特征向量——C语言代码,VS2012版-Using numerical analysis method to Solve real matrix eigenvalues and eigenvectors C language code, VS2012 version
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:544.31kb
    • 提供者:肖姿
搜珍网 www.dssz.com