Skip to content

Rickasaurus/mathnet-numerics

 
 

Repository files navigation

Math.NET Numerics

Math.NET Numerics is an opensource numerical library for .Net, Silverlight and Mono.

Math.NET Numerics is the numerical foundation of the Math.NET project, aiming 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, statistics, interpolation, integral transforms (FFT) and more.

In addition to the core .NET package (which is written entirely in C#), Numerics specifically supports F# 3.0 with idiomatic extension modules and maintains mathematical data structures like BigRational that originated in the F# PowerPack. If a performance boost is needed, the managed-code provider backing its linear algebra routines and decompositions can be exchanged with wrappers for optimized native implementations such as Intel MKL.

Supports Mono and .NET 4.0 on Linux, Mac and Windows, the portable version also SL5 and .NET for Windows Store apps.

Math.NET Numerics is covered under the terms of the MIT/X11 license. You may therefore link to it and use it in both opensource and proprietary software projects. See also the COPYRIGHT file in the root folder.

Math.NET Numerics is the result of merging dnAnalytics with Math.NET Iridium and replaces both.

Quick Links

Feeds:

Math.NET Numerics on other sites:

Installation Instructions

Download the MathNet.Numerics.dll assembly, add a reference to it to your project and you're done. To make this even simpler we publish binary releases to the NuGet Gallery as package MathNet.Numerics (or MathNet.Numerics.FSharp for F# integration). Altenatively we also publish binary releases including documentation on CodePlex.

Team & Contributors

Primary Authors: Marcus Cuda, Jurgen Van Gael, Christoph Rüegg, Andriy Bratiychuk
Contributors: Alexander Karatarakis, Patrick van der Velde, Joannès Vermorel, Matthew Kitchin, Rana Ian, Andrew Kurochka, Thaddaeus Parker, Sergey Bochkanov (ALGLIB), John Maddock (Boost), Stephen L. Moshier (Cephes Math Library)

See also the AUTHORS file for a full list of all contributors.