DnAnalytics explained
dnAnalytics was an open-source numerical library for .NET written in C# and F#.[1] It featured functionality similar to BLAS and LAPACK. It was merged into Math.NET Numerics in 2009.[2] [3]
Features
The software library provides facilities for:
- Linear algebra classes with support for sparse matrices and vectors (with a F# friendly interface).
- Dense and sparse solvers.
- Probability distributions.
- Random number generation (including Mersenne Twister MT19937).
- QR, LU, SVD, and Cholesky decomposition classes.
- Matrix IO classes that read and write matrices from/to Matlab, Matrix Market, and delimited files.
- Complex and “special” math routines.
- Descriptive Statistics, Histogram, and Pearson Correlation Coefficient.
- Overload mathematical operators to simplify complex expressions.
- Visual Studio visual debuggers for matrices and vectors
- Runs under Microsoft Windows and platforms that support Mono.
- Optional support for Intel Math Kernel Library (Microsoft Windows and Linux)
External links
See also
References
- Web site: 2009-04-15 . dnAnalytics - Home . dead . https://web.archive.org/web/20090415082855/http://dnanalytics.codeplex.com/ . 2009-04-15 . 2024-05-08 . CodePlex.
- Web site: 2009-11-24 . dnAnalytics . dead . https://web.archive.org/web/20091124144607/https://dnanalytics.codeplex.com/ . 2009-11-24 . 2024-05-08 . CodePlex.
- Web site: 2009-09-01 . Math.NET Numerics . dead . https://web.archive.org/web/20090901110437/http://mathnetnumerics.codeplex.com:80/ . 2009-09-01 . 2024-05-08 . CodePlex.