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.
 
 
 
Marcus Cuda eb7e86f2f0 native: added lu inverse 15 years ago
build added misssing IndexedEnumerator tests and MSBuild Extensions 15 years ago
data corrected bug in parsing Complex matrices and added sparse matrix tests 16 years ago
lib testing: Merged Andriy new NUnit tests 15 years ago
src native: added lu inverse 15 years ago
tools CI: Upgrade to Gendarme 2.8, re-enable it in continous builds 15 years ago
.gitattributes Force eol normalization (no changes, was already normalized) 15 years ago
.gitignore Ci: make projects build to a common out folder with a decent folder structure out of the box 15 years ago
AUTHORS.markdown Added Andriy Bratiychuk as contributor 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
README.markdown Added Andriy Bratiychuk as contributor 15 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 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.

Team & Contributors

Other dnAnalytics Contributors:

  • Patrick van der Valde

Other Math.NET Iridium Contributors:

ALGLIB Contributors:

Boost Contributors:

  • John Maddock

Cephes Math Library Contributors:

  • Stephen L. Moshier

See also the AUTHORS file in the root folder.