ダウンロードリスト

プロジェクト概要

トゥーンは、C++ のための非常に効率的な数値ライブラリです。ライブラリの主な焦点は、効率的で安全な小さなベクトル マトリックスの大量の処理とコンパイル時のチェックが可能です提供することです。図書館はまた大規模なベクトルと行列で動作し、既存のコードと簡単に統合します。さらに小学校のベクトルと行列の演算、ライブラリ プロバイダーの線形ソルバーも、マトリックス分解、最適化、および LAPACK のラッパー。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

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

このリリースでは、ダウンヒルシンプレックスオプティマイザは、クロス製品マトリックス追加のドキュメントがたくさん。最小二乗法ソルバに最適化されているのWLS。以前の設計段階からいくつかの古い関数は廃止されている。いくつかのテストコードは、追加されている多くのその他のバグが修正されている。
タグ: 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

このリリースではたくさんのドキュメントに追加されます。これは初期化の値をキャッチを支援するデバッグオプションを追加します。これは(コレスキー、対称固有値と特異値分解)の詳細LAPACKのサポートを追加します。この修正プログラムの移植性GCCは、VisualStudioを、およびMac OS上で(作品)。これは有用なヘルパー関数を追加します。これはトゥーンオブジェクトとして外部データをラップするためのインターフェイスを追加します。バグの多くは、より多くのテストコードが追加されている内部ビットがクリーンアップされている固定されている。
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

これは完全にはバージョン1から書き直されました。これはベクトルと任意のデータ型の行列をサポートし、外部のデータを1と1つの動的なディメンションは、静的かつシームレスなラッピングで行列。共役勾配法ソルバとSL(N)は追加された行列のパラメータ化された。
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

これは、1.xシリーズの最終版です。このバージョンの使用は、古いコードとの互換性を除いては推奨されません。
This is the final version of the 1.x series. The use of this version is not recommended except for compatibility with older code.

プロジェクトリソース