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

搜索资源列表

  1. 矩阵所有运算

    2下载:
  2. 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition an
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:83488
    • 提供者:球球
  1. 解线性方程的直接法

    0下载:
  2. 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix, such as matrix inversion. See
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:24060
    • 提供者:周思良
  1. cholesky323232

    0下载:
  2. 平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies:
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2711
    • 提供者:self
  1. 对称正定方程组的共轭梯度法

    0下载:
  2. Ch2-矩阵与线性代数方程组-Ch2-matrix and linear algebraic equations
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1254
    • 提供者:文文
  1. Cholesky

    0下载:
  2. 该程序是正定矩阵的Cholesky分解实例,Cholesky是矩阵分解常用的方法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:43574
    • 提供者:kexing
  1. PCG

    3下载:
  2. % SSOR预处理的共轭梯度法求解方程Ax=b % 输入参数说明 % A 正定矩阵[n*n] % b 右边向量 % omega SSOR预处理参数(0--2) % Times 迭代次数 % errtol 给定误差终止条件 % %输出参数 % NewX 方程Ax=b的x近似解 % avgerr 求解的当前平均绝对误差
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:996
    • 提供者:zhxj
  1. 71-93

    0下载:
  2. C语言精彩百例第71-93例 第三篇 常用算法篇 实例71 链表的建立 实例72 链表的基本操作 实例73 队列的应用 实例74 堆栈的应用 实例75 串的应用 实???76 树的基本操作 实例77 冒泡排序法 实例78 堆排序 实例79 归并排序 实例80 磁盘文件排序 实例81 顺序查找 实例82 二分法查找 实例83 树的动态查找 实例84 二分法求解方程 实例85 牛顿迭代法求解方程 实例86 弦截法求解方程 实例8
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:22837
    • 提供者:杨志亮
  1. jaccobi&GS

    0下载:
  2. jaccobi迭代法和GS迭代法求解线性方程组,并有著名病态对称正定矩阵Hilbert矩阵的生成程序和其不同维数下,求解结果的对比作图-jaccobi iteration and GS iterative method for solving linear equations, and a well-known pathological symmetric positive definite matrix Hilbert matrix formation process and the diff
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13298
    • 提供者:高兵
  1. 共轭梯度法求正定方程组

    0下载:
  2. 系数矩阵及结果文件均存入文件,VB程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-01-10
    • 文件大小:2252
    • 提供者:cangcang
  1. LDL-2.0.1.tar

    1下载:
  2. 对基于稀疏矩阵存储技术的对称正定稀疏矩阵进行LDL分解,C++编写-LDL is a set of concise routines for factorizing symmetric positive-definite sparse matrices, with some applicability to symmetric indefinite matrices. Its primary purpose is to illustrate much of the basic theory of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:225831
    • 提供者:aaq
  1. Matrix

    1下载:
  2. 关于矩阵运算的各种数值算法,包括实(复)矩阵求逆,对称正定矩阵与托伯利兹矩阵的求逆,线性方程组的常用解法,矩阵的各种分解方法,特征向量与特征值的求解等等。-Matrix operations on a variety of numerical algorithms, including the real (complex) matrix inversion,托伯利兹symmetric positive definite matrix and matrix inversion, linear eq
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:14467
    • 提供者:JinYao
  1. LDLT_LEQ_Solve

    0下载:
  2. 对称正定矩阵LDLT分解算法(带应用示例)。-Symmetric positive definite matrix LDLT decomposition algorithm (with application examples).
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:13497
    • 提供者:方永忠
  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21928
    • 提供者:
  1. cg

    0下载:
  2. 共轭梯度法解决线性方程组,系数满足对称正定矩阵-Conjugate gradient method to solve linear equations, coefficients satisfy the symmetric positive definite matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2523
    • 提供者:zhuyi
  1. Matlab_Lineequition

    0下载:
  2. matlab 多个计算方程租的算法汇集 主要讲的是一般方法 还有正定矩阵的解法-matlab multiple computing algorithm equation rent pooling the main speaker is the general approach there is definite solution matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:25821
    • 提供者:bingdeng
  1. Matrix

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

    • 发布日期:2017-05-04
    • 文件大小:1077281
    • 提供者:雾水葛
  1. Console21

    0下载:
  2. Fortran产生随机对称正定矩阵,供生成测试数据用-Fortran generates a random symmetric positive definite matrix, used for generating test data
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:565
    • 提供者:吴明
  1. 求解矩阵特征值的共轭梯度法matlab源程序

    1下载:
  2. 用预处理的共轭梯度法(PCG)求解正定矩阵的特征值,计算效率高,误差小,文档针对预处理因子的不同选取,编制了3种源程序
  3. 所属分类:matlab例程

    • 发布日期:2014-07-16
    • 文件大小:8125
    • 提供者:nancy_hao
  1. C++实现矩阵的所有运算

    2下载:
  2. 矩阵的转置、行列式、秩、逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量等等各种计算方法。(Transpose, rank, determinant, inverse matrix method of matrix decomposition, triangular decomposition of QR matrix, symmetric positive definite matrix and the deter
  3. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:82944
    • 提供者:sunguang216
  1. Symmetric Matrix Inversion Method

    1下载:
  2. 用于矩阵的求逆,仅限于实对称正定矩阵的求逆(The inverse of real symmetric positive definite matrix)
  3. 所属分类:数学计算

    • 发布日期:2018-01-08
    • 文件大小:197632
    • 提供者:zehll
« 12 3 4 5 »
搜珍网 www.dssz.com