|
|
Matrix TCL
by Techsoft Pvt. Ltd.
This is a C++ template class library to perform matrix calculations, just like built-in data types, with ease and efficiency in your programs. It supports most of the matrix calculations like arithmetic operations, sub-matrix operations, inversion, various matrix decompositions, solution of simultaneous linear equations, eigen value and eigen vector problem, and much more. Full source code is included with the package.
c matrix template class library inversion lu decompositions linear equations eigen value vector arithmetic sub-matrix operations
|
|
|
Matrix ActiveX Component
by Bluebit Software
The Matrix ActiveX Component simplifies the use of matrix operations in application development. It provides for matrix operations such as addition, subtraction, multiplication, inversion, transpose, computation of determinant, LU and Cholesky decompositions. Advanced edition additionally supports QR and Singular Value (SVD) decompositions, Eigenvalue and Eigenvector computation for symmetric and non symmetric real or complex matrices.
matrix math eigenvalues eigenvalue eigenvectors eigenvector qr cholesky lu decomposition svd implement matrices mathematical computations applications
|