Prev | Up | Next

Overview

The Matrix TCL Pro is written as a template class and has been tested with float, double, long double, complex<float>, complex<double>, and complex<long double> types. It may also be used with other third party floating-point type of classes. However, most of the matrix operations are not supported for integer types. We have tested this class with matrices of size up to 1000 x 1000 without any problem on computers with Intel processor. Note that this is a normal dense matrix library package.

We have used many optimization techniques in designing this class library. Some of them are explained below: