 |
Matrix TCL
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 |