Scientific libraries: Difference between revisions

From LPTMS Wiki
Jump to navigation Jump to search
mNo edit summary
Line 3: Line 3:


== Linear Algebra ==
== Linear Algebra ==
** [http://www.netlib.org Netlib] [http://www.netlib.org/lapack BLAS - Lapack]
* [http://www.netlib.org Netlib] [http://www.netlib.org/lapack BLAS - Lapack] (C/C++, Fortran)
** [http://www.nag.co.uk NAG] (commercial)
* [http://www.nag.co.uk NAG] (commercial)
** [http://www.vni.com/products/imsl IMSL] (commercial)
* [http://www.vni.com/products/imsl IMSL] (commercial)
** [http://acts.nersc.gov/pooma POOMA]
* [http://acts.nersc.gov/pooma POOMA] (C++)
** [http://www.simunova.com/en/node/24 Matrix Template Library]
* [http://www.simunova.com/en/node/24 Matrix Template Library] (C++)
** [http://pti.iu.edu/osl/research Open Systems Lab]
* [http://pti.iu.edu/osl/research Open Systems Lab] (C++)


== [http://boost.org Boost] C++ ==
== [http://boost.org Boost] (C++) ==
** [http://www.boost.org/doc/libs/release/doc/html/array.html Array]
* [http://www.boost.org/doc/libs/release/doc/html/array.html Array]
** [http://www.boost.org/doc/libs/release/libs/math/doc/sf_and_dist/html/index.html Special functions]
* [http://www.boost.org/doc/libs/release/libs/math/doc/sf_and_dist/html/index.html Special functions]
** [http://www.boost.org/doc/libs/release/libs/random/index.html  Random nnumbers]
* [http://www.boost.org/doc/libs/release/libs/random/index.html  Random nnumbers]

Revision as of 23:36, 9 February 2011

Python

Linear Algebra

Boost (C++)