Download List

專案描述

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:13
2.1.2-14

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.

Project Resources