Downloadliste

Projektbeschreibung

The LA library provides a C++ vector and matrix class with an interface to BLAS and LAPACK linear algebra libraries and a few additional features. Templates (including some simple template metaprogramming) are employed in order to achieve generic applicability of the algorithms. In particular, iterative methods suitable for sparse matrices can be applied to your custom matrix class, which does not need to provide any explicit storage of the matrix elements (only matrix times vector operation has to be implemented).

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.

2010-09-09 07:55
0.6

Diese Version bietet Unterstützung für GPU-Computing auf NVIDIA CUDA (Fermi Tesla) Karten mit Hilfe eine transparente Schnittstelle zu den CUBLAS hinzugefügt. Dokumentation erzeugt via Doxygen nun verfügbar ist (wenn auch nicht für die gesamte Bibliothek noch) nicht.
Tags: GPU computing support
This release adds support for GPU computing on NVIDIA CUDA (Fermi Tesla) cards using a transparent interface to the CUBLAS library. Documentation generated via Doxygen is now available (although not covering the whole library yet).

2009-11-14 02:27
0.5

Die Bibliothek wurde im Namensraum geschlossenen "LA" zu nennen Zusammenstöße zu verhindern, fügen Sie "using namespace LA 'an Ihrem Code. Eine neue Vorlage SparseSMat für sparse Matrizen umgesetzt wurde, vor allem für Berechnungen von exp (iH) mit H real, symmetrisch zu erleichtern. Weitere kleine Verbesserungen und Bugfixes wurden. Insbesondere können Sie Aktivieren / Deaktivieren der Optimierung und Fehlersuche an der. / Configure Ebene.
Tags: Namespace, new sparse symmetric matrix class
The library has been enclosed in the namespace "LA" to prevent name clashes; add 'using namespace LA' to your code. A new class template SparseSMat for sparse symmetric matrices has been implemented, particularly to facilitate computations of exp(iH) with H real, symmetric. Further minor improvements and bugfixes were made. In particular, you can enable/disable optimization and debugging at the ./configure level.

2009-10-08 02:49
0.4

Nun sollte es in der Lage, einfache Installation über zu genießen. Make / configure;.
Tags: Build features
Now users should be able to enjoy
easy installation via ./configure;make.

2009-09-14 08:18
0.3

Diese Version hat kleine Verbesserungen (vor allem für die Arbeit mit komplexen Matrices) und Bugfixes.
This release has minor enhancements (particularly for work with complex matrices) and bugfixes.

2008-11-27 01:52
0.2

Diese Pressemitteilung enthält kleinere Bugfixes in verschiedenen Routinen und kontrolliert worden ist, um mit gcc-4.3.2 zu kompilieren.
Tags: Minor bugfixes
This release contains minor bugfixes in various
routines and has been checked to compile with
gcc-4.3.2.

Project Resources