基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity. b) Basic vectors functions : norm, distance, innerproduct,coldim, rowdim, rank, nullity. *
标签: matrix minor determinant transpose
上传时间: 2013-12-09
上传用户:541657925
This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate with the Boost uBLAS library. Currently implements Cholesky decomposition, LU decomposition, inversion and determinant for general and positive-definite matrices.
标签: collection interfaces integrate templates
上传时间: 2015-08-10
上传用户:chfanjiang
To invert a square Galois array, use the inv function. Related is the det function, which computes the determinant of a Galois array.
标签: function the computes Related
上传时间: 2014-01-10
上传用户:yiwen213
Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank, Condition, Trace, Cholesky, LU, QR, Single Value decomposition, Least Squares solver, Eigenproblem solver, Equation System solver. The algorithms were adapted from Mapack for COM, Lapack and the Java Matrix Package.
标签: Mapack computations supports algebra
上传时间: 2017-01-26
上传用户:tb_6877751
IML package provides efficient routines to solve nonsingular systems of linear equations, certified solve any shape systems of linear equations, and perform mod p matrix operations, such as computing row-echelon form, determinant, rank profile, inverse of a mod p matrix.
标签: nonsingular efficient equations certifie
上传时间: 2017-03-21
上传用户:leixinzhuo