Jump to content

List of numerical libraries

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by JPRBW (talk | contribs) at 12:45, 8 February 2012. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

List of numerical libraries used for performing numerical calculations:

Multi-language

  • 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).
  • 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.
  • JACKET is a runtime platform for C, C++ and matlab that uses GPUs for acceleration.

C and C++

.NET Framework Languages C#, F# and VB.NET

  • Dambach Linear Algebra Framework is a new general purpose linear algebra framework to enable the elegant expression and solution of linear algebra problems and models.
  • DotNumerics is a Numerical Library for .NET written in C#. It provides routines for: Linear Algebra (CSLapack, CSBlas, CSEispack), Differential Equations and Optimization.
  • ILNumerics.Net 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 set of Mathematical, Statistical, Data Mining, Financial and Charting classes written in C#.
  • Math.NET is a mathematical open source (MIT/X11, LGPL & GPL) library written in C#/F#, aiming to provide a self Math.Net Numerics is the numerical component which was built by merging the Math.Net Iridium library and dnAnalytics.
  • Meta.Numerics is a library for scientific and technical computation on the .NET Framework. Its functionality includes matrix algebra, statistics and data analysis, advanced functions, and signal processing. The Meta.Numerics library is object-oriented, performance-optimized, documented, and compatible with both Mono and Silverlight.
  • The NAG Library for .NET is a .NET assembly of numerical routines developed by the Numerical Algorithms Group which have been optimized for use within the .NET environment.
  • NLinear is a generic linear algebra toolkit in C# compatible with Silverlight.
  • NMath by CenterSpace Software are numerical component libraries for the .NET platform. The libraries include high performance signal processing (FFT) classes, an extensive linear algebra (LAPACK & BLAS) framework, and a statistics package including descriptive statistics, distributions, ANOVA, and multivariate analysis (NMF, k-means, PCA). Most classes scale with the number of processor cores.[1]
  • SCINET is an object-based high performance Scientific Software Framework for the Microsoft .NET platform. It is purely written in C# programming language and fully compliant with the Microsoft's CLI specification.
  • Sho is a library and interactive environment from Microsoft Research for data analysis and scientific computing, that includes powerful and efficient libraries for linear algebra as well as data visualization.
  • Machine Learning for .NET is a library designed to assist in the use of common Machine Learning Algorithms in conjunction with the .NET platform. It is designed to include the most popular supervised and unsupervised learning algorithms while minimizing the friction involved with creating the predictive models.
  • 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 Math Kernel Library and Intel Integrated Performance Primitives to do most of the low-level computations while providing simple and object oriented interface.
  • Colt provides a set of Open Source Libraries for High Performance Scientific and Technical Computing in Java.
  • Parallel Colt is a multithreaded version of Colt.
  • JAMA, a numerical linear algebra toolkit for the Java programming language. No active development since 2005, but still one of the more popular linear algebra packages in Java.
  • JMSL Numerical Libraries is a comprehensive set of Mathematical, Statistical, Data Mining, Financial and 2D/3D Charting classes.
  • JScience, an open-source (multiple licenses) Java API for performing numerical calculations and data storage among other things.
  • JHepWork, an open-source Java libraries for numerical calculations, data I/O and visualisation of scientific results. Used together with Jython.
  • NA WorkSheet is a collective aggregation of algorithms coded in Java that implements various Numerical Analysis solutions/techniques in one easy to use opensource tool.
  • Apache Commons-Math Math library provided by Apache.org, including linear algebra, regression, and much more.
  • Apache Mahout Machine learn library provided by Apache.org.
  • JSC (Java Statistics Classes) JSC is a project to extend the Java programming language and Java APIs (Application Programming Interfaces) to support educational and enterprise development of statistical software in Java.
  • Java-ML Machine Learning library
  • SuanShu is a pure Java numerical library provided by Numerical Method Inc. It is designed to be objected-oriented around mathematical "concepts" rather than procedures. The goal is that users can easily and quickly create complex mathematical algorithms and numerical applications by putting together the concept classes in similar way to Lego. The library covers linear algebra, analysis, Calculus and statistics.
  • Universal Java Matrix Package (UJMP) is an open source Java library that provides sparse and dense matrix classes, as well as a large number of calculations for linear algebra like matrix multiplication or matrix inverse.
  • oj! Algorithms - ojAlgo is Open Source Java code that has to do with mathematics, linear algebra and optimisation; particularly (but certainly not exclusively) suitable for the financial domain.
  • Efficient Java Matrix Library (EJML) is a linear algebra library for manipulating dense matrices. Its design goals are; 1) to be as computationally efficient as possible for both small and large matrices, and 2) to be accessible to both novices and experts.
  • Linear Algebra for Java (la4j) is elegant and pure Java implementation of linear algebra library. Its designed as full object-oriented framework based on design patterns.
  • exp4j this math expression evaluator is an implementation of Dijkstra's Shunting Yard algorithm in Java.
  • Java Tools for Experimental Mathematics (jtem) is a BSD licensed collection of libraries with classes, algorithms, and numerical methods for special functions, linear algebra and calculus as well as some tools for mathematical visualization.
  • NLPy is a Python package for numerical optimization. It aims to provide a toolbox for solving linear and nonlinear programming problems that is both easy to use and extensible. It is applicable to problems that are smooth, have no derivatives, or have integer data.
  • JHepWork 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.
  • PyIMSL a set of Python wrappers to the IMSL C Numerical Library.
  • PAW is a free data analysis package developed at CERN.
  • 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.
  • SciPy, a large library of scientific tools. Includes NumPy
  • ScientificPython, a library with a different set of scientific tools

Others

  • XNUMBERS — Multi Precision Floating Point Computing and Numerical Methods for EXCEL.
  • TotallySQL.com provide a range of numerical and other libraries for scientific, engineering, mathematical and financial analysis use within SQL Server. The libraries provide new functions, aggregates, types and stored procedures that can be used directly within Transact-SQL scripts and stored procedures.

See also

References