当前位置:
首页
资源下载

搜索资源 - positive definite matrix
搜索资源列表
-
2下载:
矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition an
-
-
0下载:
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
-
-
1下载:
对基于稀疏矩阵存储技术的对称正定稀疏矩阵进行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
-
-
1下载:
关于矩阵运算的各种数值算法,包括实(复)矩阵求逆,对称正定矩阵与托伯利兹矩阵的求逆,线性方程组的常用解法,矩阵的各种分解方法,特征向量与特征值的求解等等。-Matrix operations on a variety of numerical algorithms, including the real (complex) matrix inversion,托伯利兹symmetric positive definite matrix and matrix inversion, linear eq
-
-
0下载:
对称正定矩阵LDLT分解算法(带应用示例)。-Symmetric positive definite matrix LDLT decomposition algorithm (with application examples).
-
-
0下载:
共轭梯度法解决线性方程组,系数满足对称正定矩阵-Conjugate gradient method to solve linear equations, coefficients satisfy the symmetric positive definite matrix
-
-
0下载:
Quadratic programming function that can solve
QP with positive definite matrix
-
-
0下载:
共轭梯度法求解有限元线性方程组,用列为20阶对称正定矩阵-Conjugate gradient method for solving linear equations of finite element used as a 20-order symmetric positive definite matrix
-
-
0下载:
实对称正定矩阵及逆矩阵的c语言实现,通过学习了解其基本原理-Real symmetric positive definite matrix and inverse matrix of c language by learning to understand the basic principles of its
-
-
0下载:
Cholesky decomposition is a decomposition of a symmetric, positive-definite matrix into the product of a lower triangular matrix and its conjugate transpose. This algorithm is highly useful for Electrical Power system Engineering and other mathematic
-
-
0下载:
编程求任意对称正定矩阵的逆,内附有详尽的功能说明,使您能一目了然。-Programming for any symmetric positive definite matrix inverse, containing detailed descr iption of the function, so you can at a glance.
-
-
0下载:
IRBLEIGS: Finds a few eigenvalues and eigenvectors of a Hermitian matrix.
IRBLEIGS will find a few eigenvalues and eigenvectors for either the standard eigenvalue problem A*x = lambda*x or the generalized eigenvalue problem A*x = lambda*M*x, whe
-
-
0下载:
Fortran产生随机对称正定矩阵,供生成测试数据用-Fortran generates a random symmetric positive definite matrix, used for generating test data
-
-
0下载:
用C语言实现的Cholesky分解算法,可以实现对正定矩阵的cholesky分解,之前在网上一直没找到,所以只能自己编,在DSP上运行通过-Implemented using C language Cholesky decomposition can be achieved on the positive definite matrix cholesky decomposition, the Internet has not found before, so only their own par
-
-
1下载:
求对称正定矩阵的逆矩阵,以矩阵static double a[4][4]={ {5.0,7.0,6.0,5.0},
{7.0,10.0,8.0,7.0},
{6.0,8.0,10.0,9.0}, {5.0,7.0,9.0,10.0}} 为例-Symmetric positive definite matrix of order matrix static double a [4] [4] = {{5.0,7.0,6.0,5.0}, {7.0,10.0,8.0,7.0}, {6.0,8
-
-
0下载:
对称正定矩阵求逆运算,要求该矩阵必须为正定,可以求其逆矩阵-Symmetric positive definite matrix inversion, the matrix must be positive definite requirement, you can find the inverse matrix
-
-
0下载:
本程序为基于VC++的正定矩阵求逆矩阵,经验证可以用-Positive definite matrix, inverse matrix
-
-
3下载:
此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
-
-
0下载:
本文首先介绍了逆矩阵的定义以及逆矩阵的相关性质。其次,根据逆矩阵的相关理论主要介绍了矩阵求逆的几种常用方法。 如定义法、伴随矩阵法、初等变换法、三角分解法、分块矩阵法等,并运用软件matlab7.0对一些方法实现了程序化。且通过多次检验证明了所编程序的正确性。文章最后简要阐述了对一些特殊矩阵的求逆算法(如对称正定矩阵、有理矩阵),还有针对一般矩阵的广义逆矩阵的作了浅层次的探究。-This paper introduces the definition of the relevant proper
-
-
1下载:
用于矩阵的求逆,仅限于实对称正定矩阵的求逆(The inverse of real symmetric positive definite matrix)
-