Matrix Template Library
From Wikipedia, the free encyclopedia
The Matrix Template Library (MTL) is a linear algebra library for C++ programs.
The MTL uses template programation, which considerably reduces the code length. All matrices are available as float, double, complex<float> or complex<double>. The MTL supports several implementations of sparse matrices.
[edit] See also
- Boost uBLAS, an alternative linear algebra library for C++
[edit] External links
- MTL homepage