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 initiative, 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, integration, regression, curve fitting, integral transforms (FFT) and more. In addition to the core .NET package (which is written entirely in C#), Numerics specifically supports F# 3.0 and 3.1 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 and 3.5 on Linux, Mac and Windows, the portable build (PCL) also Silverlight 5, Windows Phone 8, .NET for Windows Store apps and Xamarin Android/iOS. Math.NET Numerics is covered under the terms of the [MIT/X11](http://mathnetnumerics.codeplex.com/license) license. You may therefore link to it and use it in both opensource and proprietary software projects. See also the [license](LICENSE.md) file in the root folder. Maintained by [Christoph Rüegg](http://christoph.ruegg.name/) but brought to you by all our awesome [contributors](CONTRIBUTORS.md) of Math.NET Numerics and its predecessors [dnAnalytics](http://dnanalytics.codeplex.com/) and [Math.NET Iridium](http://www.mathdotnet.com/Iridium.aspx). We accept contributions! Installation Instructions ------------------------- **[Release Notes & Changes](RELEASENOTES.md)** 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**](http://nuget.org/) as package *MathNet.Numerics* (or *MathNet.Numerics.FSharp* for F# integration; we also have code sample packages there, see the release notes for details). Alternatively we also publish binary releases and documentation to [CodePlex](http://mathnetnumerics.codeplex.com/releases). Quick Links ----------- * [**Project Website**](http://numerics.mathdotnet.com) * [Source Code](http://github.com/mathnet/mathnet-numerics) * [Downloads](http://mathnetnumerics.codeplex.com/releases) * [Documentation](http://mathnetnumerics.codeplex.com/documentation), see also new [experimental documentation](http://numerics.mathdotnet.com/docs/) * [API Reference](http://numerics.mathdotnet.com/api/) * [Code Samples](http://github.com/mathnet/mathnet-numerics/tree/master/src/Examples) * [Discussions](http://mathnetnumerics.codeplex.com/discussions) * [Work Items and Bug Tracker](http://github.com/mathnet/mathnet-numerics/issues) * [Ideas & Feedback](http://feedback.mathdotnet.com/forums/2060-math-net-numerics) Feeds: * [Blog Feed](http://christoph.ruegg.name/blog/categories/math-net-numerics/atom.xml) * [Activity Feed](http://feeds.mathdotnet.com/MathNetNumericsActivity) Math.NET Numerics on other sites: * [Twitter @MathDotNet](http://twitter.com/MathDotNet) * [Google+](https://plus.google.com/112484567926928665204) * [Ohloh](https://www.ohloh.net/p/mathnet) * [Stack Overflow](http://stackoverflow.com/questions/tagged/mathdotnet) * [Wikipedia](http://en.wikipedia.org/wiki/Math.NET_Numerics)