Matrix Template Library
Appearance
The Matrix Template Library (MTL) is a linear algebra library for C++ programs.
The MTL uses template programming, 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