|
About:
The Matrix Template Library is a C++ class library for basic linear algebra. The MTL is designed for high-performance while at the same time taking advantage of the generic programming paradigm (ala the STL) to allow much greater flexibility and breadth of functionality. Many new and advanced programming techniques were used in the construction of this library. The MTL is a low level library in the sense that the user must be conscious of the matrix type being used, and that all computationally expensive operations are explicit.
Release focus: N/A
Changes:
Newly supported compilers include Microsoft Visual C++ 6.0 and Metrowerks CodeWarrior Pro 5.0, ironed out many of the smaller issues with the SGI, KCC, and g++ compilers (including an update for g++ 2.95), added lu_solve() and lu_inverse() routines to make it more convenient to use lu_factor() to solve systems of equations as well as a couple of small interface changes.
Author:
Jeremy Siek <jsiek __at__ lsc __dot__ nd __dot__ edu>
[contact developer]
Tar/GZ:
http://www.osl.iu.edu/[..]wnload/research/mtl//mtl-2.1.2-20.tar.gz
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|