OpenScience / Software / Tools / Numerical Libraries



Eigen

Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. It provides high performance, arbitrary sized (and sparse) matricies, and excellent numerical stability. It is available under a LGPL3+/GPL2+ dual license. Find Eigen at: … Continue reading

Share
Posted in Numerical Libraries | Leave a comment

Quantities

Quantities is a software package which allows the use of quantities which have dimensionality and have units attached within C++ programs in a way similar to the use of the built-in types float or double. It is thus an implementation … Continue reading

Share
Posted in Numerical Libraries | Leave a comment

FreePOOMA C++ Numerical Library

FreePOOMA is a C++ library supporting element-wise, data-parallel, and stencil-based physics computations using one or more processors. The library automatically handles all interprocessor communication, obviating the need for any explicit communication code. The library supports high-level syntax close to mathematical … Continue reading

Share
Posted in Linear Algebra, Numerical Libraries | Leave a comment

Blitz++ library

Blitz++ is a C++ class library for scientific computing which provides performance on par with Fortran 77/90. It uses template techniques to achieve high performance. The current versions provide dense arrays and vectors, random number generators, and small vectors and … Continue reading

Share
Posted in Linear Algebra, Numerical Libraries | Leave a comment

GSL – The GNU Scientific Library, a free numerical library for C programmers

A free numerical library for scientific computing under the GNU General Public license. Find GSL – The GNU Scientific Library, a free numerical library for C programmers at: http://sources.redhat.com/gsl/

Share
Posted in Numerical Libraries | Leave a comment

FFTW

A fast, free C FFT library; includes real-complex, multidimensional, and parallel transforms. Benchmarked against many other FFTs. Find FFTW at: http://www.fftw.org/

Share
Posted in Numerical Libraries | Leave a comment

LAPACK

Linear Algebra Package Find LAPACK at: http://www.netlib.org/lapack/index.html

Share
Posted in Numerical Libraries | Leave a comment

ATLAS

Automatically Tuned Linear Algebra Software Find ATLAS at: http://www.netlib.org/atlas/index.html

Share
Posted in Numerical Libraries | Leave a comment