Matrix Template Library
Appearance
The WikiProject banner below should be moved to this article's talk page. If this is a demonstration of the template, please set the parameter |category=no to prevent this page being miscategorised. |
| C/C++ | |||||||
| |||||||
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.
See also
- Boost uBLAS, an alternative linear algebra library for C++
External links
- MTL homepage