
|
|
|
|
Home / Computers / Programming / Languages / C++ / Class Libraries / Numerics
|
|
|
|
Web Sites
|
- Blitz++ - Scientific computing C++ library. Uses template techniques to achieve high performance.
oonumerics.org/blitz
- C++ Matrix Template Class Library - Supports arithmetic operations, sub-matrix operations, inversion, various matrix decompositions, solution of simultaneous linear equations, and eigen value and eigen vector problem. (by Techsoft)
www.techsoftpl.com/matrix
- Large Number Class - A class which allows for developers to implement numbers much larger than previously allowed by built in data types in C++. (currently supports up to 1000 decimal places)
lnc.sourceforge.net
- Math.h++ - Object-oriented numerical computation class-library from Rogue Wave
www.roguewave.com/products/xplatform/math
- Newmat09: C++ Matrix Library - Emphasis is on the kind of operations needed in statistical calculations such as least squares, linear equation solve and eigenvalues.
www.robertnz.net/nm_intro.htm
- Object-oriented Numerics - A list of few numerics C++ libraries.
www.geog.ubc.ca/~phil/oo
- OptSolve++ - Provides a convenient and extensible interface for rapid nonlinear optimization or root-finding with user-specified functions.
www.techxhome.com/products/optsolve
- Piologie - A library for arbitrary precision arithmetic, operating on natural, integer and rational numbers.
www.hipilib.de/piologie.htm
- The Matrix Template Library - High-performance generic component library that provides comprehensive linear algebra functionality for a wide variety of matrix formats.
www.lsc.nd.edu/research/mtl
- The Object-Oriented Numerics Page - Scientific Computing in Object-Oriented Languages
oonumerics.org
|
|
|
|
|