Downloadliste

Projektbeschreibung

TooN is a very efficient numerics library for C++. The main focus of the library is efficient and safe handling of large numbers of small vector matrices and providing as much compile time checking as is possible. The library also works with large vectors and matrices and integrates easily with existing code. In addition to elementary vector and matrix operations, the library also providers linear solvers, matrix decompositions, optimization, and wrappers around LAPACK.

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.

2009-06-10 01:43
2.0-Beta 4

Diese Veröffentlichung fügt ein Downhill-Simplex-Optimierer, Cross-Produkt-Matrix und eine Vielzahl von Dokumentationen. Die WLS kleinsten Quadrate Löser wurde optimiert. Einige alte Funktionen aus einer früheren Design-Phase wurden verworfen. Einige Test-Code wurde hinzugefügt, und viele misc Bugs wurden behoben.
Tags: Beta, cleanup, Documentation, features, Bugfixes
This release adds a downhill simplex optimizer, cross-product matrix, and a lot of documentation. The WLS least squares solver has been optimized. Some old functions from a previous design phase have been deprecated. Some test code has been added, and many misc bugs have been fixed.

2009-05-08 06:08
2.0-Beta 3

Diese Veröffentlichung fügt eine Vielzahl von Dokumentationen. Sie fügt hinzu, Debugging-Möglichkeiten zu helfen, fangen nicht initialisierten Werten. Sie fügt hinzu, mehr LAPACK Unterstützung (Cholesky, symmetrisch eigen, und Singulärwertzerlegung). Es behebt Portabilität (funktioniert unter GCC, VisualStudio und Mac OS). Sie fügt hinzu, nützliche Hilfsfunktionen. Sie fügt hinzu, eine Schnittstelle für die Umhüllung von externen Daten wie Toon Objekte. Viele Fehler wurden behoben, mehr Tests Code wurde hinzugefügt, und die Interna wurden gereinigt ein wenig.
This release adds a lot of documentation. It adds debugging options to help catch uninitialized values. It adds more LAPACK support (Cholesky, symmetric eigen, and singular value decomposition). It fixes portability (works on GCC, VisualStudio, and Mac OS). It adds useful helper functions. It adds an interface for wrapping external data as TooN objects. Many bugs have been fixed, more test code has been added, and the internals have been cleaned up a bit.

2009-04-15 00:01
2.0-Beta 2

Dies war seit der Version 1 komplett umgeschrieben. Es unterstützt Vektoren und Matrizen jeder Datentyp, Matrizen mit einer statischen und einer dynamischen Dimension, und nahtlose Umhüllung von externen Daten. A konjugierten Gradienten-Löser und SL (N) parametriert Matrizen wurden hinzugefügt.
This was completely rewritten since version 1. It supports Vectors and Matrices of any datatype, matrices with one static and one dynamic dimension, and seamless wrapping of external data. A conjugate gradient solver and SL(N) parameterized matrices were added.

2009-04-15 00:00
1.1

Dies ist die letzte Version der 1.x-Reihe. Die Nutzung dieser Version ist nicht nur für die Kompatibilität mit älteren Code empfohlen.
This is the final version of the 1.x series. The use of this version is not recommended except for compatibility with older code.

Project Resources