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 6f80b6df33 Merge remote-tracking branch 'PohlodSlavik/master' into la-knuth 13 years ago
Backup Try to change my KnuthSparseMatrix to be seamlessly to others Math.NET Numerics, split into storage class and type-specific classes such other martices of Math.NET Numersic 13 years ago
_UpgradeReport_Files Try to change my KnuthSparseMatrix to be seamlessly to others Math.NET Numerics, split into storage class and type-specific classes such other martices of Math.NET Numersic 13 years ago
build NuGet: tweak package titles and descriptions 13 years ago
data Updated interpolation classes to prevent non-unique and/or non-monotonically ascending sample points. Fixes issue #1. 14 years ago
packages Build: clean up libs & NuGet 13 years ago
src Merge remote-tracking branch 'PohlodSlavik/master' into la-knuth 13 years ago
tools Upgrade NuGet to v2.1 13 years ago
.gitattributes Cosmetics, code quality 14 years ago
.gitignore Tests: Action Attributes instead of global setup (simplifies hierarchy), some net4.5 fixes 13 years ago
AUTHORS.markdown readme/authors files updated 15 years ago
COPYRIGHT.markdown update readme, authors and copyright 15 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.Portable.sln Portable F# extensions project (via cpoulain) 13 years ago
MathNet.Numerics.Portable.sln.DotSettings Tests: Action Attributes instead of global setup (simplifies hierarchy), some net4.5 fixes 13 years ago
MathNet.Numerics.sln Try to change my KnuthSparseMatrix to be seamlessly to others Math.NET Numerics, split into storage class and type-specific classes such other martices of Math.NET Numersic 13 years ago
MathNet.Numerics.sln.DotSettings Tests: Action Attributes instead of global setup (simplifies hierarchy), some net4.5 fixes 13 years ago
NativeProviders.txt updated ACML instructions 15 years ago
README.markdown readme/authors files updated 15 years ago
UpgradeLog.htm Try to change my KnuthSparseMatrix to be seamlessly to others Math.NET Numerics, split into storage class and type-specific classes such other martices of Math.NET Numersic 13 years ago

README.markdown

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, interpolation, integral transforms (FFT) and more.

Math.NET Numerics is the result of merging dnAnalytics with Math.NET Iridium and is intended to replace both. It targets Microsoft .Net 4.0, Silverlight 4 and Mono, and in addition to purely managed implementations will also support native hardware optimization (MKL, ATLAS).

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.

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.