Introduction - If you have any usage issues, please Google them yourself
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file
Packet : 677610c matrix template class library lite v1.12.zip filelist
Include/
Include/matrix.h
LICENSE.TXT
Pro_Doc/
Pro_Doc/assignop.htm
Pro_Doc/binaryop.htm
Pro_Doc/const.htm
Pro_Doc/contact.htm
Pro_Doc/copyrt.htm
Pro_Doc/eigen.htm
Pro_Doc/index.htm
Pro_Doc/License.htm
Pro_Doc/logicop.htm
Pro_Doc/manual.htm
Pro_Doc/matdcmp.htm
Pro_Doc/matfunc.htm
Pro_Doc/matio.htm
Pro_Doc/matutil.htm
Pro_Doc/order.htm
Pro_Doc/styles.css
Pro_Doc/submat.htm
Pro_Doc/sysreq.htm
Pro_Doc/unaryop.htm
README.TXT
Test/
Test/matdemo1.cpp
Test/matdemo2.cpp
Test/matdemo3.cpp