Downloadliste

Projektbeschreibung

Math Objects is a math template library for C++
using generic programming techniques. It can
handle different kinds of mathematical objects in
a consistent way. The objects in the library
include matrices, polynomials, rational functions,
extended precision numbers, complex numbers, and
more. All of these can be handled like basic
numerical types like integers or floating point
numbers. One can access properties of a
mathematical type through a (partial)
specialization of a traits class for that type
(AlgebraicTraits).

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.

2006-03-27 10:09
0.1.3

Die Effizienz der einige Algorithmen wurde verbessert. Dead Code wurde entfernt.
Tags: Minor feature enhancements
The efficiency of some algorithms was improved.
Dead code was removed.

2005-11-01 19:47
0.1.2

Bugfixes. Sinnvolle Anregungen wurden, um den Code aufgenommen. Die Dokumentation wurde regeneriert.
Bugfixes. Meaningful comments have been added to the code. The documentation has been regenerated.

2005-10-24 15:30
0.1.1

Tags: Initial freshmeat announcement

Project Resources