Prev | Up | Next

System Requirements

This class can be used on any operating system having an ANSI / ISO compatible C++ compiler. The C++ compiler must have good support for template, namespace, and valarray classes.

Installation

To install the Matrix TCL Pro, please copy "cmatrix", "matrix2.hxx", and "matrix.cc" files into the INCLUDE directory of your compiler. Alternatively, you can add the full path name to these files into the INCLUDE path list of your compiler. To uninstall the library, remove these files from your computer.

Testing

To test the Matrix TCL Pro class, we have included a test program named testmat.cpp with this package. You may compile and run this program on your system to test this class. This program should be compiled by your compiler error free. However, since most of the tests are performed on randomly generated matrices, some test may fail occasionally due to ill-conditioned / singular matrix, and/or for greater round-off error produced in some matrix operations. If you encounter any reproducible compile-time, or repeated run-time error, please contact us with complete error information along with the name and version number of your compiler.