Downloadliste

Projektbeschreibung

exmat is a generic C++ matrix library using
expression template and metaprogramming to
provide specialized code for various kind of
matrix operations.

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-05-07 08:24
0.6.1

Ein Kreuz Produkt Fehler wurde behoben. Determinante, kleinere Ansicht Cofaktor Ansicht und adjoint Ansicht waren für die Matrix aufgenommen. Support für Spalte großen Speicher-Layout wurde hinzugefügt. Ein Helfer Makro wurde für die Ableitung von ET hat aktiviert Sub-Klasse von exmat:: Mat leicht. Ein Array-Version wurde für Mathematik angenähert hat.
Tags: Minor feature enhancements
A cross product bug was fixed. Determinant, minor
view, cofactor view, and adjoint view were added
for matrix. Support for column major memory layout
was added. A helper macro was added for deriving
ET enabled sub-class from exmat::Mat easily. An
array version was added for approximated math.

2005-07-25 12:13
0.6.0

Diese Version hat Run-time konfigurierbar näherungsweise mathematische Routinen mit SIMD, eine kleine Leistungssteigerung für GCC und kleinere Bugfixes.
Tags: Minor feature enhancements
This release added run-time configurable approximated math routines with SIMD, a minor performance boost for GCC, and minor bugfixes.

2005-03-03 13:50
0.5.2

Ein Code-Bereinigung und eine neue Option für die Auswahl zwischen der Kompilierung oder Laufzeit-Ausdruck Verträglichkeit überprüft.
Tags: Code cleanup
A code cleanup and a new option for selecting between compile-time or run-time expression compatibility checks.

2005-02-22 16:39
0.5.1

Der Code wurde aufgeräumt, um den Rückgang der Kompilierung. Die Zuordnung Analysator ist nun bekannt, Provisorien.
Tags: Code cleanup
The code was cleaned up to decrease the compile
time. The assignment analyzer is now aware of
temporaries.

2004-10-09 20:11
0.5.0

MS C + +. NET 2005 wird nun unterstützt. Ein Ausdruck, der Alias-Analysator wurde hinzugefügt. Intel Inline-Assembler für SSE-Code wurde hinzugefügt. Eine benutzerdefinierte allocator Stack hinzugefügt wurde, was bedeutet, dass der Benutzer mehr Alternativen zu den SIMD-Alignment-Problem für die Stack-Variablen zu lösen hat.
Tags: Minor feature enhancements
MS C++.net 2005 is now supported. An expression
alias analyser was added. Intel inline assembly
for SSE code was added. A custom stack allocator
was added, which means that the user has more
alternatives to solve the SIMD alignment problem
for stack variables.

Project Resources