Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Christoph Ruegg d882558c85 Optimization: cleanup: naming 12 years ago
build Build: update supported platforms in NuGet nuspec descriptions 12 years ago
data Implement test case for DescriptiveStatistics which proves 13 years ago
packages Build: .Net 3.5 variant of Numerics project in portable solution 12 years ago
src Optimization: cleanup: naming 12 years ago
tools Build: add portable profile 47 (in addition to 136) with System.Numerics 13 years ago
.editorconfig Convert F# examples to F# scripts (interactive); update nuget 13 years ago
.gitattributes Distributions: prototype for slightly modified api on normal, log-normal 13 years ago
.gitignore Native: fix paths, new root solution MathNet.Numerics.NativeProviders.sln 12 years ago
CONTRIBUTING.md Update contributing.md with more details about primary and secondary project files 12 years ago
CONTRIBUTORS.md Update release notes, contributors 12 years ago
LICENSE.md Optimization: intitial csmpfit import 12 years ago
MAINTAINING.md Clarify some points in MAINTAINING.md, add links 13 years ago
Math.Net Master Slides.pptx Added slides on Math.Net which can be used for documentation and presentation purposes. 16 years ago
MathNet.Numerics.NativeProviders.sln Native: unit test native providers 12 years ago
MathNet.Numerics.Net35Only.sln Build: .Net 3.5-only solution 12 years ago
MathNet.Numerics.Net35Only.sln.DotSettings Build: .Net 3.5-only solution 12 years ago
MathNet.Numerics.Portable.sln Build: .Net 3.5 variant of UnitTests project in portable solution 12 years ago
MathNet.Numerics.Portable.sln.DotSettings Meta: update Vagrantfile, DotSettings, git attributes 12 years ago
MathNet.Numerics.sln Build: VS12 (2013) support, build config simplification 12 years ago
MathNet.Numerics.sln.DotSettings Providers: InitializeVerify 12 years ago
NativeProviders.txt updated ACML instructions 15 years ago
README.md Update readme to mention .Net 3.5 support 12 years ago
RELEASENOTES.md Update release notes, contributors 12 years ago
Vagrantfile Meta: update Vagrantfile, DotSettings, git attributes 12 years ago

README.md

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 license. You may therefore link to it and use it in both opensource and proprietary software projects. See also the license file in the root folder.

Maintained by Christoph Rüegg but brought to you by all our awesome contributors of Math.NET Numerics and its predecessors dnAnalytics and Math.NET Iridium. We accept contributions!

Installation Instructions

Release Notes & Changes

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; we also have code sample packages there, see the release notes for details). Alternatively we also publish binary releases and documentation to CodePlex.

Feeds:

Math.NET Numerics on other sites: