Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

DnAnalytics

From Wikipedia, the free encyclopedia
dnAnalytics
Final release
2009.4 / April 29, 2009; 17 years ago (2009-04-29)
Written inC#, F#, .NET CLR
Operating systemCross-platform
TypeNumerical library
LicenseBSD/Microsoft Public License
Websitednanalytics.codeplex.com

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

[edit]

The software library provides facilities for:[2]

  • Linear algebra classes with support for sparse matrices and vectors (with an 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)
[edit]

See also

[edit]

References

[edit]
  1. "dnAnalytics - Home". CodePlex. 2009-04-15. Archived from the original on 2009-04-15. Retrieved 2024-05-08.
  2. 1 2 "dnAnalytics". CodePlex. 2009-11-24. Archived from the original on 2009-11-24. Retrieved 2024-05-08.
  3. "Math.NET Numerics". CodePlex. 2009-09-01. Archived from the original on 2009-09-01. Retrieved 2024-05-08.