Download List

项目描述

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.

系统要求

System requirement is not defined
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-04-15 00:01 Back to release list
2.0-Beta 2

这是完全改写自第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.

Project Resources