List of numerical libraries

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

This is a list of notable numerical libraries, which are libraries used in software development for performing numerical calculations. It is not a complete listing but is instead a list of numerical libraries with articles on Wikipedia, with few exceptions.

The choice of a typical library depends on a diverse range of requirements such as: desired features (for e.g.: large dimensional linear algebra, parallel computation, partial differential equations), commercial/opensource nature, readability of API, portability or platform/compiler dependence (for e.g.: Linux, Windows, Visual C++, GCC), performance in speed, ease-of-use, continued support from developers, standard compliance, specialized optimization in code for specific application scenarios or even the size of the code-base to be installed.

As we find comprehensive surveys rarely available, there is almost always (at least initially) a difficult choice among a number of possible libraries. Often it tends to be at the discretion of the user based on his own taste and comforts, only due to the lack of proper information.

Multi-language

  • ALGLIB is an open source numerical analysis library which may be used from C++, C#, FreePascal, Delphi, VBA.
  • IMSL Numerical Libraries are libraries of numerical analysis functionality implemented in standard programming languages like C, Java, C# .NET, Fortran, and Python.
  • The NAG Library is a collection of mathematical and statistical routines for multiple programming languages (C, C++, Fortran, Visual Basic, Java and C#) and packages (MATLAB, Excel, R, LabVIEW).
  • GNU Octave is an open source high level programming language and library, including a command line interface, analogous to commercial alternatives such as Maple, MatLab, Mathematica, etc. APIs, functions and libraries can be called from many platforms, including high level engineering programs, where functions are, in many cases, seamlessly interpreted and integrated in similar fashion to MatLab. It also can be used with batch orientation.
  • P3DFFFT is an open source library for Fourier Transforms in three dimensions, as well as related transforms, designed to be used in parallel programs in High Performance Computing environment. One of distinguishing features of the library is its scalability beyond the linear grid size, due to two-dimensional (2D) decomposition scheme. The library has C and Fortran interfaces.

C

C++

  • Advanced Simulation Library is free and open source hardware accelerated multiphysics simulation software with an OpenCL-based internal computational engine.
  • Armadillo is a C++ linear algebra library (matrix and vector maths), aiming towards a good balance between speed and ease of use. It employs template classes, and has optional links to BLAS and LAPACK. The syntax (API) is similar to MATLAB.
  • Blaze is an open-source, high-performance C++ math library for dense and sparse arithmetic.
  • Blitz++ is a high-performance vector mathematics library written in C++.
  • Boost C++ libraries for numerical computation
  • Ceemple is a collection of C++ scientific libraries packaged with IDE and JIT
  • deal.II is a library supporting all the finite element solution of partial differential equations.
  • Dlib is a modern C++ library with easy to use linear algebra and optimization tools which benefit from optimized BLAS and LAPACK libraries.
  • Eigen is a vector mathematics library with performance comparable with Intel's Math Kernel Library
  • Elemental is an open source, openly developed, software library for distributed-memory dense and sparse-direct linear algebra and optimization
  • FLENS is an extension C++ for matrix/vector types that are ideally suited for numerical linear algebra
  • GMTL- Generic Math Template Library - is a math library designed to be high-performance, extensible, and generic for graphics programmers.
  • GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License. The library provides a wide range of mathematical routines such as random number generators, etc. There are over 1000 functions in total with an extensive test suite.
  • Hermes Project: C++/Python library for rapid prototyping of space- and space-time adaptive hp-FEM solvers.
  • IML++ is a C++ library for solving linear systems of equations, capable of dealing with dense, sparse, and distributed matrices.
  • IT++ is a C++ library for linear algebra (matrices and vectors), signal processing and communications. Functionality similar to MATLAB and Octave.
  • LAMA is a C++ template library for writing numerical solvers targeting various hardwares (e.g. GPUs through CUDA or OpenCL) on distributed memory systems, hiding the hardware specific programming from the program developer
  • LAPACK++, a C++ wrapper library for LAPACK and BLAS
  • LinBox is a C++ template library for doing exact computational linear algebra.
  • Intel MKL, Intel Math Kernel Library (in C++), a library of optimized math routines for science, engineering, and financial applications, written in C/C++ and Fortran. Core math functions include BLAS, LAPACK, ScaLAPACK, sparse solvers, fast Fourier transforms, and vector math.
  • MLPACK is an open-source library for machine learning, exploiting C++ language features to provide maximum performance and flexibility while providing a simple and consistent API
  • MTL4 is a generic C++ template library providing sparse and dense BLAS functionality. MTL4 establishes an intuitive interface (similar to MATLAB) and broad applicability thanks to Generic programming.
  • The NAG C++ Library is a collection of mathematical and statistical routines for C++.
  • NT2 (linear algebra) - is a C++ library providing various template matrix classes that can be used with a Matlab like syntax whose performances are close to those obtained with hand written C code
  • NTL is a C++ library for number theory.
  • PETSc - Portable, Extensible Toolkit for Scientific Computation
  • Signal Processing Using C++ is a C++ library target to DSP and Comms Engineering and hardware design.
  • Susa - An open source signal processing framework in C++.
  • Trilinos is an effort to develop algorithms and enabling technologies for the solution of large-scale, complex multi-physics engineering and scientific problems. It is a collection of packages.

.NET Framework languages C#, F#, VB.NET and PowerShell

Lua error in package.lua at line 80: module 'strict' not found.

  • AForge.NET is a computer vision and artificial intelligence library. It implements a number of genetic, fuzzy logic and machine learning algorithms with several architectures of artificial neural networks with corresponding training algoriithms.
  • Accord.NET is a collection of libraries for scientific computing, including numerical linear algebra, optimization, statistics, artificial neural networks, machine learning, signal processing and computer vision.
  • Mathos Core Library is a collection of tools for any kinds of mathematical calculations. It allows you to work with shapes, finance, unit conversions, and more.
  • Finaquant Protos is a non-commercial software library for table-valued functions in .NET Framework. This library can be used to make analytical operations on data tables.
  • FinMath is a library for scientific and financial computation on the .NET Framework. Its functionality includes vector and matrix algebra, statistics, data analysis, advanced functions, signal processing, numerical optimization and many more. It uses Intel's Math Kernel Library and Intel Integrated Performance Primitives to do most of the low-level computations while providing simple and object oriented interface.
  • ILNumerics.Net Commercial high performance, typesafe numerical array classes and functions for general math, FFT and linear algebra, aims .NET/mono, 32&64 bit, script-like syntax in C#, 2D & 3D plot controls, efficient memory management
  • IMSL Numerical Libraries for .NET is a commercial library of mathematical, statistical, data mining, financial and charting classes written in C#.
  • Measurement Studio is a commercial integrated suite UI controls and class libraries for use in developing test and measurement applications. The analysis class libraries provide various digital signal processing, signal filtering, signal generation, peak detection, and other general mathematical functionality.
  • NeuronDotNet is a GPL-licensed artificial neural network library entirely written in C#. Because it only depends on the core .NET assemblies, it is easily portable across platforms.
  • NMath by CenterSpace Software: Commercial numerical component libraries for the .NET platform, including signal processing (FFT) classes, a linear algebra (LAPACK & BLAS) framework, and a statistics package.
  • NLinear is a generic linear algebra toolkit in C# compatible with Silverlight.
  • Math.NET Numerics aims to provide methods and algorithms for numerical computations in science, engineering and every day use. Covered topics include special functions, linear algebra, probability models, random numbers, interpolation, integral transforms and more. MIT/X11 license.
  • Meta.Numerics is a library for advanced scientific computation in the .NET Framework.
  • The NAG Library for .NET is a collection of mathematical and statistical routines for Microsoft .NET.
  • Common Intermediate Dynamic Scientific Library (CIDSL): open source automated scientific data calculation library constituting automated functions that calculate the characteristics of a physical body with the data available .
  • The Extreme Optimization Numerical Libraries for .NET are a commercial collection of mathematical and statistical classes for Microsoft .NET.

Fortran

Java

  • Apache Commons, is an open-source for creating reusable Java components. It has numerical packages for linear algebra and non-linear optimization.
  • ND4J is an open-source library that supports n-dimensional (ND) arrays, similar to NumPy. It runs on distributed GPUs or CPUs cross-platform. It supports the deep learning library Deeplearning4j.
  • Colt provides a set of Open Source Libraries for High Performance Scientific and Technical Computing.
  • Efficient Java Matrix Library (EJML) is an open-source linear algebra library for manipulating dense matrices.
  • JAMA, a numerical linear algebra toolkit for the Java programming language. No active development has taken place since 2005, but it still one of the more popular linear algebra packages in Java.
  • Jblas: Linear Algebra for Java, a linear algebra library which is an easy to use wrapper around BLAS and LAPACK.
  • Parallel Colt is an open source library for scientific computing. A parallel extension of Colt.
  • DataMelt, an open-source Java libraries for numerical calculations, data I/O and visualization of scientific results. Used together with Jython.
  • JMSL Numerical Libraries, is a comprehensive set of mathematical, statistical, data mining, financial and 2D/3D charting classes.
  • Matrix Toolkit Java is a linear algebra library based on BLAS and LAPACK.
  • OjAlgo is an open source Java library for mathematics, linear algebra and optimisation.
  • exp4j is a small Java library for evaluation of mathematical expressions.
  • la4j is a tiny Java library and it provides linear algebra primitives and algorithms.
  • Universal Java Matrix Package UJM is a Java library which provides implementations for sparse and dense matrices, as well as linear algebra calculations such as matrix decomposition, inverse, multiply, mean, correlation, standard deviation, etc.
  • Java Matrix Library A thoughtfully designed Java library for dealing with Matrices ( Matrix Theory ). Simple, Intuitive and Flexible. The library revolves around a Matrix interface. Operations are thoughtfully distributed. Not guilty of exposing all-in-one Matrix class.
  • JDistLib Java Statistical Distribution Library is a Java package that provides routines for various statistical distributions. A manual translation of distributions provided by R statistical package.

Scala

  • ND4S is a scientific computing library for Scala that includes support for n-dimensional arrays on the JVM.

Delphi

  • MtxVec is an object oriented vectorized commercial math library at the core of Dew Lab Studio, featuring a comprehensive set of mathematical, signal processing and statistical functions executing at impressive speeds. With FireMonkey the common source can be compiled for Windows, OSx, iOS and Android.

Perl

  • Perl Data Language gives standard Perl the ability to compactly store and speedily manipulate the large N-dimensional data arrays, which are the bread and butter of scientific computing.
  • Math::GSL – Perl interface to the GNU Scientific Library (GSL).
  • Math::GMP – high-speed arbitrary-size integer math.
  • Statistics::R – Perl interface with the R statistical program.
  • R::Writer – generate R scripts from Perl.
  • Math::BLAS – basic linear algebra subroutines.
  • Math::Pari – Perl interface to PARI/GP.

Python

  • DataMelt scientific libraries based on Jython, Java implementation of the Python language.
  • matplotlib, a MATLAB-like plotting library.
  • NumPy, a library that adds support for the manipulation of large, multi-dimensional arrays and matrices; it also includes a large collection of high-level mathematical functions. NumPy serves as the backbone for a number of other numerical libraries, notably SciPy.
  • Sage Math is a large mathematical software application which integrates the work of nearly 100 free software projects and supports linear algebra, combinatorics, numerical mathematics, calculus, and more.
  • Plotly, a web-based scientific plotting library.
  • SciPy, a large library of scientific tools.
  • ScientificPython, a library with a different set of scientific tools

Groovy

  • DataMelt, an open-source Java libraries for numerical calculations, data I/O and visualization of scientific results. Used together with Groovy.

JavaScript

  • Compute.io is a computation library for JavaScript.
  • Math.js is an extensive math library for JavaScript and Node.js.
  • SciJS, scientific and numerical processing tools in JavaScript inspired by SciPy and NumPy.
  • Numeric JavaScript is a JavaScript library for doing numerical analysis in the browser.
  • Sylvester is a vector, matrix and geometry library for JavaScript, that runs in the browser and on the server side.

Others

See also

External links

References

  1. Lua error in package.lua at line 80: module 'strict' not found.

External links