搜索资源列表
jacobifun
- 可以实现实对称矩阵的奇异值求解,也可以求高阶的,本人花了一周的时间完成的,效果还不错!-can achieve real symmetric matrix singular value of the solution can also seek high-end, I spent a week's time, the results were pretty good!
VB_NUM6
- 用VB实现矩阵特征值的求解算法集。包括:对称矩阵的雅可比变换,实对称阵为三对角阵的特征值求解,等五种特征值求解算法。-VB matrix eigenvalue of the algorithm sets. Including : symmetric matrix Jacobian transform, real symmetric matrix to a three-diagonal matrix eigenvalue solution, the five eigenvalue algorith
ICCG
- 稀疏非对称矩阵的ICCG法FORTRAN源程序-Sparse non-symmetric matrix of the ICCG method FORTRAN source code
Matrix
- 关于矩阵运算的各种数值算法,包括实(复)矩阵求逆,对称正定矩阵与托伯利兹矩阵的求逆,线性方程组的常用解法,矩阵的各种分解方法,特征向量与特征值的求解等等。-Matrix operations on a variety of numerical algorithms, including the real (complex) matrix inversion,托伯利兹symmetric positive definite matrix and matrix inversion, linear eq
matrix_eigenvalue_calculate
- 用多种算法实现任给实对称矩阵的所有特征值,包括雅克比方法、雅克比过关法和QR算法。-Using a variety of algorithms to achieve any real symmetric matrix of all the characteristics of value, including Jacobian methods, Jacobian immigration law and QR algorithm.
Jacobian_algorithm
- 用雅克比算法求取一个实对称矩阵的特征值和特征向量-Jacobian algorithm used to strike a real symmetric matrix of eigenvalues and eigenvectors
eigenvalues_decomposition
- stand alone header file implementing eigen value decomposition for a symmetric matrix-stand alone header file implementing eigen value decomposition for a symmetric matrix
Matrix
- 输入一矩阵,将其转置后,问是否为上三角矩阵,是否为对称矩阵。-Enter a matrix, its transpose, if you ask whether the upper triangular matrix, whether symmetric matrix.
matrix
- program matrix read input from file and convert to matrix then write in new file symmetric matrix
matrix
- 1.对称矩阵的压缩存储\n") 2.上三角矩阵的压缩存储\n") 3.下三角矩阵的压缩存储\n") 4.三对角矩阵的压缩存储\n") 5.三对角矩阵的加法运算-1. Symmetric matrix compression and storage \ n " ) 2. Upper triangular matrix of compressed storage \ n" ) 3. Lower triangular matrix of compressed
Matrix
- 矩阵运算:列举常用矩阵计算的算法(矩阵求逆,转置,求实对称矩阵,奇异值矩阵等等)-Matrix operations: List of common matrix calculation algorithm (matrix inverse, transpose, realistic symmetric matrix, singular value matrix, etc.)
matrix-tezhengzhijisuan
- 通过求矩阵特征多项式的根来求其特征值 幂法求矩阵的主特征值及主特征向量 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 收缩法求矩阵全部特征值 收缩法求矩阵全部特征值 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 QR基本算法求矩阵全部特征值 -Characteristic polynomial by the root of a matrix to find the eigenvalues of a matrix power m
matrix
- 在VC中用Matlab引擎计算实对称矩阵特征值和特征向量。.mor0为矩阵输入文件,.mor位结果输出文件。-Calculated using Matlab engine in the VC real symmetric matrix eigenvalues and eigenvectors. . Mor0 matrix input files,. Mor-bit result output file.
Matrix-eigenvalue-and-vector
- 化对称矩阵为对称三对角阵,求对称三对角阵的全部特征值与向量。雅可比法。-Of symmetric matrix is symmetric three pairs of diagonal matrices, Symmetric Tridiagonal Matrix all eigenvalues and vectors. Jacobi method.
VC-Symmetric-matrix-eigenvalue
- VC++ 对称矩阵 所有特征值 -Written by VC++ language for solving all eigenvalues of the symmetric matrix
matrix-factorization-
- 基于对称矩阵分解理论的AR模型参数算法-Symmetric matrix factorization theory algorithm based on AR model parameters
symmetric-matrix
- c语言基础程序,判断一个方阵是否为对称矩阵,仅供参考-Determine whether a square symmetric matrix
Matrix
- java数据结构Matrix类,实现以下功能:1.求转置矩阵;2.判断是否为对称矩阵;3.比较两个矩阵是否相等。-Matrix data structure java class that implements the following functions: a request transposed matrix 2 to determine whether the symmetric matrix 3 compares the two matrices are equal....
Matrix
- 这是一个用c#语言写成的矩阵类,可以完成矩阵的各种准确的数学计算,如:矩阵的加减乘除、转置、逆运算、 复矩阵的乘法、求行列式值、 求矩阵秩、一般实矩阵的奇异值分解、求广义逆、约化对称矩阵为对称三对角阵、实对称三对角阵的全部特征值与特征向量的计算、求赫申伯格矩阵全部特征值、求实对称矩阵特征值与特征向量等.可以将其做成dll用到其他的环境下。填补了.net中没有矩阵的空白,是你进行科学计算不可或缺的插(This is a written in c# matrix, it can complete a
Symmetric Matrix Inversion Method
- 用于矩阵的求逆,仅限于实对称正定矩阵的求逆(The inverse of real symmetric positive definite matrix)