Scientific and Mathematical Libraries in D
This list only includes libraries which are in a usable state. All libraries use a liberal license (eg, BSD, Academic Free) unless otherwise stated.
 | | Table of contents of this page | |
|
|
tango.math (D1.x)
 | | Version | D1.x | D2.x |
| Library | Tango | |
|
|
DsourceProject:tango/browser/trunk/tango/math
- Mathematical Special Functions (80-bit)
- Cumulative distribution functions (80-bit).
- Random number generation for several elementary probability distributions.
- BigInt.
- 1-D root finding and minimisation via bracketing.
MultiArray
DsourceProject:multiarray
- Wrappers: wrappers for various high-performance linear algebra libraries: BLAS, LAPACK, UMFPACK, SuperLU, TAUCS, and ARPACK.
- Murray: an N-dimensional array class that emulates a multidimensional-array. BLAS/LAPACK are used to implement maxtrix-vector and matrix-matrix multiplication, linear solver, and a least squares solver.
- DFlat: a Vector/Matrix library implementing various storage formats of dense and sparse matrices (dense: strided,banded,packed; sparse:compressed row, compressed column, triplet). This additionally includes a simple, unified interface to the linear solvers in the LAPACK, UMFPACK, SuperLU and TAUCS libraries.
dstats (D2.x)
 | | Version | D1.x | D2.x |
| Library | | Phobos |
|
|
 | | License | Mostly Boost | a couple borrowed modules are under BSD |
|
|
DsourceProject:dstats
- D2 port of parts of tango.math
- correlation: Pearson, Spearman, and Kendall correlation, and covariance.
- Entropy, mutual information, conditional mutual information.
- Random number generation for several elementary probability distributions.
- Sorting algorithms with some added features that are useful for non-parametric statistics calculations.
- Summary statistics such as: mean, median, standard deviation, skewness, kurtosis.
- Hypothesis testing, such as T-tests, Wilcoxon tests, Chi-square and Kolmogorov-Smirnov tests.
- Linear regression with statistical inference capabilities.
blip (D1.x)
 | | Version | D1.x | D2.x |
| Library | Tango | |
|
|
DsourceProject:blip
- SMP parallelization
- serialization
- random testing framework
- N dimensional arrays with a nice interface to several lapack functions.
Openmesh
DsourceProject:openmeshd
- OpenMesh is a library for manipulating polygonal meshes.
Dplot
DsourceProject:dplot
PLplot library
- PLplot is a library of functions that are useful for making scientific plots. The latest svn repository as of 28th of March 2008 has D bindings for this library and also some examples ported.
- PLplot homepage:
http://plplot.sourceforge.net
Onp
- Hompage:
http://tsk.ch.uj.edu.pl/wiki/onp
- Many ODE solvers
- Matrix (dense, sparse, band), lanczos, eigenvalue functions.
- Newton, Broyden solvers
- Wrappers for GMP
- Interval arithmetic
http://smp.if.uj.edu.pl/~baryluk/d/onpd/onp/ddoc/general.html
Lyla
DsourceProject:lyla
Template-class library for matrices and vectors, dense and sparse.
Scrapple/backmath
DsourceProject:scrapple/browser/trunk/backmath
Scrapple/units
DsourceProject:scrapple/browser/trunk/units
Bindings
Wishlist
- A graphing package
- Basic 2-D x-y plots, linear/log/user-defined(eg, statistical distribution), support for infinity and nan. -> see PLplot library above.
Abandoned / Proof-of-Concept libraries
These libraries contain functionality which may be useful for further library development.