Jump to content

Matrix Template Library

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MarkSweep (talk | contribs) at 01:50, 25 December 2006 (Reverted edits by Redgecko (talk) to last version by 128.61.73.97). 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++