Jump to content

Matrix Template Library

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Pedram.salehpoor (talk | contribs) at 13:46, 20 September 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconC/C++ Unassessed
WikiProject iconThis article is within the scope of WikiProject C/C++, a collaborative effort to improve the coverage of C and C++ topics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the importance scale.

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