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 Requirements

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.

2012-02-09 08:06
2.0

이것은 2.0 시리즈의 첫 번째 비 베타 릴리스 이다. 2.0 더 많은 기능 및 보다 일반적인, 사용 하기 쉬운, 훨씬 덜 버그 및 1.x 보다 작습니다. 2.0_Beta8에 비해 새로운 특징은 매트릭스 제곱근 고 ln, SL < >: ln; Sim(2) 및 Sim(3) 그룹; CLAPACK 호환성; 그리고 훨씬 더 나은 FADBAD + + 통합입니다. 수많은 기타 버그 수정 이외에 플랫폼 호환성 및 builtin SVD 버그가 해결 되었습니다.
This is the first non-beta release of the 2.0 series. 2.0 has more features and is more general, easier to use, much less buggy, and smaller than 1.x. The new features compared to 2.0_Beta8 are matrix square root and ln, SL<>::ln; Sim(2) and Sim(3) groups; CLAPACK compatibility; and much better FADBAD++ integration. In addition to numerous miscellaneous bugfixes, bugs have been fixed in platform compatibility and the builtin SVD.

2010-11-04 06:00
2.0-Beta 8

주요 개선 사항은 : 표준에 대한 지원 : : 복잡하고 자동 differentation FADBAD + +, STL과 컨테이너에 벡터를 저장하기위한 지원, - config를 지원, const 정확성을 pkg 가우스 - 뉴튼 최적화에 스파스 Jacobians. 마이너 개선 ConjugateGradient의 할머니 - 교정, 더 완전한 회귀 테스트, SO3에 대한 정확성 검사 및 doxygen 태그 파일 지원을 포함합니다. 또한, 버그의 번호가 해결되었습니다.
Tags: Bugfixes, Feature Enhancements
Major enhancements are: support for std::complex and automatic differentation with FADBAD++, support for storing Vector in STL containers, sparse Jacobians in Gauss-Newton optimizer, pkg-config support, and const correctness. Minor enhancements include NaN-proofing of ConjugateGradient, more complete regression tests, correctness tests for SO3, and doxygen tag file support. In addition, a number of bugs have been fixed.

2009-12-12 03:51
2.0-Beta 7

버그가 해결되었습니다. C의 준수 + + 코드되었습니다 (Visual Studio를 함께 포함하여 향상된 호환성을 개선하고있다). 함수 명명의 일관성이 향상되었습니다. 저기 툰 더 호환성 - 1 및 자세한 설명서입니다.
Tags: Minor feature enhancements, Bugfixes
Bugs have been fixed. The compliance of C++ code has been improved (including improved compatibility with Visual Studio). The consistency of function naming has been improved. There is more backwards compatibility with TooN-1 and more documentation.

2009-10-28 02:29
2.0-Beta6

많은 버그수정 이외에도 여러 가지 기능이 추가되었습니다. 정적 / 동적 조각 혼합. 내장 단일 값 분해에 (LAPACK보다 훨씬 빠르게 매트릭스 적당한 크기의 작은 용). 대칭 행렬을 제곱근 제곱근 반비례. 정확한 수치 파생 상품 (첫 번째) Ridder의 메서드를 사용합니다. 크기 조정의 효율적인 벡터. 회귀 테스팅 프레임 워크. 툰와 더 나은 호환성 - 1. 단일 정밀도를 기반으로 LAPACK Cholesky 분해. 기타 문서.
Tags: Beta, Feature Enhancements, Bugfixes
In addition to many bugfixes, several features have been added. Mixed static/dynamic slices. Built-in singular value decomposition (much faster than LAPACK for small to moderate sized matrices). Symmetric matrix square root and inverse square root. Accurate numerical derivatives (first and second) using Ridder's method. Efficient resizable vectors. A regression testing framework. Better backwards compatibility with TooN-1. Single precision LAPACK based Cholesky decomposition. More documentation.

2009-07-30 03:06
2.0-Beta5

이 릴리스에는 몇 가지 새로운 기능 : IRLS, 결정하는 기능, 그리고 기타 매트릭스 작업을위한 새로운 reweighting 클래스를 추가합니다. 그것은, 내부 설명서를 포함한 문서를 많이 추가하고 사소한 버그수정의 수가있다.
Tags: Documentation, features, Beta, Bugfixes
This release adds some new features: a new reweighting class for IRLS, a determinant function, and miscellaneous matrix operations. It adds a lot of documentation, including documentation of the internals, and has a number of minor bugfixes.

Project Resources