Jump to content

Matrix Template Library

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Soumyasch (talk | contribs) at 14:08, 20 September 2007 (Reverted edits by Pedram.salehpoor (talk) to last version by MarkSweep). 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 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++