Jump to content

Matrix Template Library

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Oleg Alexandrov (talk | contribs) at 23:46, 20 January 2009 (Reverted edits by 161.139.148.2 (talk) to last version by Greenrd). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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++