Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Neu unterstützten Compiler gehören Microsoft Visual C + + 6.0 und Metrowerks CodeWarrior Pro 5.0, ausgebügelt viele der kleineren Probleme mit der SGI, KCC, und g + +-Compiler (einschließlich ein Update für g + + 2,95), fügte hinzu lu_solve () und lu_inverse ()-Routinen zu machen es bequemer, lu_factor () verwenden, um Gleichungssysteme zu lösen sowie ein paar kleine Änderungen in der Benutzeroberfläche.
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