csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
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.
189 lines
12 KiB
189 lines
12 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>NuGet Packages & Binaries
|
|
</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<meta name="description" content="Math.NET Numerics, providing methods and algorithms for numerical computations in science, engineering and every day use. .Net 4, .Net 3.5, SL5, Win8, WP8, PCL 47 and 136, Mono, Xamarin Android/iOS."/>
|
|
<meta name="author" content="Christoph Ruegg, Marcus Cuda, Jurgen Van Gael"/>
|
|
|
|
<script src="https://code.jquery.com/jquery-1.8.0.js"></script>
|
|
<script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
|
|
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
|
|
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet"/>
|
|
|
|
<link type="text/css" rel="stylesheet" href="https://numerics.mathdotnet.com/content/style.css" />
|
|
<style>
|
|
#main table:not(.pre) {
|
|
border: 1px solid #dddddd;
|
|
max-width: 100%;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: gray;
|
|
border-collapse: collapse;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
margin-top: 15px;
|
|
margin-bottom: 25px;
|
|
}
|
|
#main table:not(.pre) th, #main table:not(.pre) td {
|
|
border: 1px solid #dddddd;
|
|
padding: 6px;
|
|
}
|
|
#main table:not(.pre) th p, #main table:not(.pre) td p {
|
|
margin-bottom: 5px;
|
|
}
|
|
</style>
|
|
<script type="text/javascript" src="https://numerics.mathdotnet.com/content/tips.js"></script>
|
|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<![endif]-->
|
|
|
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="masthead">
|
|
<ul class="nav nav-pills pull-right">
|
|
<li><a href="https://www.mathdotnet.com">Math.NET Project</a></li>
|
|
<li><a href="https://numerics.mathdotnet.com">Math.NET Numerics</a></li>
|
|
<li><a href="https://github.com/mathnet/mathnet-numerics">GitHub</a></li>
|
|
</ul>
|
|
<h3 class="muted">Math.NET Numerics</h3>
|
|
</div>
|
|
<hr />
|
|
<div class="row">
|
|
<div class="span9" id="main">
|
|
|
|
<h1><a name="NuGet-Packages-amp-Binaries" class="anchor" href="#NuGet-Packages-amp-Binaries">NuGet Packages & Binaries</a></h1>
|
|
<p>The recommended way to get Math.NET Numerics is NuGet. The following packages are
|
|
provided and maintained in the public <a href="https://nuget.org/profiles/mathnet/">NuGet Gallery</a>.
|
|
The complete set of Zip and NuGet packages including symbol packages is also available in the
|
|
<a href="https://1drv.ms/1NlUeDT">release archive</a>.</p>
|
|
<h2><a name="Math-NET-Numerics" class="anchor" href="#Math-NET-Numerics">Math.NET Numerics</a></h2>
|
|
<p>In most scenarios you'll only need the primary package named <code>MathNet.Numerics</code>.
|
|
If you are working with F# we recommend to also use the F# extension package
|
|
for a more natural and idiomatic experience.</p>
|
|
<p><a href="ReleaseNotes.html">MathNet.NET Numerics Release Notes</a></p>
|
|
<ul>
|
|
<li><a href="https://www.nuget.org/packages/MathNet.Numerics/"><strong>MathNet.Numerics</strong></a> - core package, including .Net 4.0, .Net Standard 1.3 and higher.</li>
|
|
<li><a href="https://www.nuget.org/packages/MathNet.Numerics.FSharp/"><strong>MathNet.Numerics.FSharp</strong></a> - optional extensions for a better F# experience. BigRational.</li>
|
|
</ul>
|
|
<p>Both packages above do not have a strong name. While we do not recommend it,
|
|
there are valid scenarios where strong named assemblies are required. That's why
|
|
we also provide strong-named variants with the <code>.Signed</code> suffix. Note that signed
|
|
packages do not contain portable builds.</p>
|
|
<ul>
|
|
<li><a href="https://www.nuget.org/packages/MathNet.Numerics.Signed/"><strong>MathNet.Numerics.Signed</strong></a> - strong-named version of the core package.</li>
|
|
<li><a href="https://www.nuget.org/packages/MathNet.Numerics.FSharp.Signed/"><strong>MathNet.Numerics.FSharp.Signed</strong></a> - strong-named version of the F# package.</li>
|
|
</ul>
|
|
<h2><a name="Intel-MKL-Native-Provider" class="anchor" href="#Intel-MKL-Native-Provider">Intel MKL Native Provider</a></h2>
|
|
<p>The new combined package includes both 32 and 64 bit binaries and can automatically
|
|
pick the right one at runtime. It is also MsBuild integrated, so there is no
|
|
more need to any manual file handling. But it is only supported by Math.NET Numerics
|
|
v3.6.0 and higher.</p>
|
|
<p>If you intend to <a href="MKL.html#Native-Binaries">maintain the native binaries manually</a>
|
|
it may be easier to download the Zip file in the release archive.</p>
|
|
<p><a href="ReleaseNotes-MKL.html">Intel MKL Native Provider Release Notes</a></p>
|
|
<ul>
|
|
<li><a href="https://www.nuget.org/packages/MathNet.Numerics.MKL.Win/"><strong>MathNet.Numerics.MKL.Win</strong></a> - Windows (combined, MsBuild integrated).</li>
|
|
<li><a href="https://www.nuget.org/packages/MathNet.Numerics.MKL.Win-x64/"><strong>MathNet.Numerics.MKL.Win-x64</strong></a> - Windows 64-bit only.</li>
|
|
<li><a href="https://www.nuget.org/packages/MathNet.Numerics.MKL.Win-x86/"><strong>MathNet.Numerics.MKL.Win-x86</strong></a> - Windows 32-bit only.</li>
|
|
<li><a href="https://www.nuget.org/packages/MathNet.Numerics.MKL.Linux-x64/"><strong>MathNet.Numerics.MKL.Linux-x64</strong></a> - Linux 64-bit.</li>
|
|
<li><a href="https://www.nuget.org/packages/MathNet.Numerics.MKL.Linux-x86/"><strong>MathNet.Numerics.MKL.Linux-x86</strong></a> - Linux 32-bit.</li>
|
|
</ul>
|
|
<h2><a name="Data-Extensions" class="anchor" href="#Data-Extensions">Data Extensions</a></h2>
|
|
<p>Data/IO Packages for reading and writing data.</p>
|
|
<p><a href="ReleaseNotes-Data.html">Data Extensions Release Notes</a></p>
|
|
<ul>
|
|
<li><a href="https://www.nuget.org/packages/MathNet.Numerics.Data.Text/"><strong>MathNet.Numerics.Data.Text</strong></a> - Text-based matrix formats like <a href="CSV.html">CSV</a> and <a href="MatrixMarket.html">MatrixMarket</a>.</li>
|
|
<li><a href="https://www.nuget.org/packages/MathNet.Numerics.Data.Matlab/"><strong>MathNet.Numerics.Data.Matlab</strong></a> - <a href="MatlabFiles.html">MATLAB Level-5</a> matrix file format.</li>
|
|
</ul>
|
|
|
|
|
|
</div>
|
|
<div class="span3">
|
|
<ul class="nav nav-list" id="menu">
|
|
|
|
<li class="nav-header">Math.NET Numerics</li>
|
|
<li><a href="https://numerics.mathdotnet.com/Packages.html">NuGet & Binaries</a></li>
|
|
<li><a href="https://numerics.mathdotnet.com/ReleaseNotes.html">Release Notes</a></li>
|
|
<li><a href="https://numerics.mathdotnet.com/License.html">MIT/X11 License</a></li>
|
|
<li><a href="https://numerics.mathdotnet.com/Compatibility.html">Platform Support</a></li>
|
|
<li><a href="https://numerics.mathdotnet.com/api/">Class Reference</a></li>
|
|
<li><a href="https://github.com/mathnet/mathnet-numerics/issues">Issues & Bugs</a></li>
|
|
<li><a href="https://numerics.mathdotnet.com/Users.html">Who is using Math.NET?</a></li>
|
|
|
|
<li class="nav-header">Contributing</li>
|
|
<li><a href="https://numerics.mathdotnet.com/Contributors.html">Contributors</a></li>
|
|
<li><a href="https://numerics.mathdotnet.com/Contributing.html">Contributing</a></li>
|
|
<li><a href="https://numerics.mathdotnet.com/Build.html">Build & Tools</a></li>
|
|
<li><a href="http://feedback.mathdotnet.com/forums/2060-math-net-numerics">Your Ideas</a></li>
|
|
|
|
<li class="nav-header">Getting Help</li>
|
|
<li><a href="https://discuss.mathdotnet.com/c/numerics">Discuss</a></li>
|
|
<li><a href="https://stackoverflow.com/questions/tagged/mathdotnet">Stack Overflow</a></li>
|
|
|
|
<li class="nav-header">Getting Started</li>
|
|
<li><a href="https://numerics.mathdotnet.com/">Getting started</a></li>
|
|
<li><a href="https://numerics.mathdotnet.com/Constants.html">Constants</a></li>
|
|
<li>Floating-Point Numbers</li>
|
|
<li>Arbitrary Precision Numbers</li>
|
|
<li>Complex Numbers</li>
|
|
<li><a href="https://numerics.mathdotnet.com/Matrix.html">Matrices and Vectors</a></li>
|
|
<li><a href="https://numerics.mathdotnet.com/Euclid.html">Euclid & Number Theory</a></li>
|
|
<li>Combinatorics</li>
|
|
|
|
<li class="nav-header">Evaluation</li>
|
|
<li><a href="https://numerics.mathdotnet.com/Functions.html">Special Functions</a></li>
|
|
<li>Differentiation</li>
|
|
<li><a href="https://numerics.mathdotnet.com/Integration.html">Integration</a></li>
|
|
|
|
<li class="nav-header">Statistics/Probability</li>
|
|
<li><a href="https://numerics.mathdotnet.com/DescriptiveStatistics.html">Descriptive Statistics</a></li>
|
|
<li><a href="https://numerics.mathdotnet.com/Probability.html">Probability Distributions</a></li>
|
|
|
|
<li class="nav-header">Generation</li>
|
|
<li><a href="https://numerics.mathdotnet.com/Generate.html">Generating Data</a></li>
|
|
<li><a href="https://numerics.mathdotnet.com/Random.html">Random Numbers</a></li>
|
|
|
|
<li class="nav-header">Transformation</li>
|
|
<li>Fourier Transform (FFT)</li>
|
|
<li>Filtering & DSP</li>
|
|
<li>Window Functions</li>
|
|
|
|
<li class="nav-header">Solving Equations</li>
|
|
<li><a href="https://numerics.mathdotnet.com/LinearEquations.html">Linear Equation Systems</a></li>
|
|
<li>Nonlinear Root Finding</li>
|
|
|
|
<li class="nav-header">Optimization</li>
|
|
<li>Linear Least Squares</li>
|
|
<li>Nonlinear Optimization</li>
|
|
<li><a href="https://numerics.mathdotnet.com/Distance.html">Distance Metrics</a></li>
|
|
|
|
<li class="nav-header">Curve Fitting</li>
|
|
<li><a href="https://numerics.mathdotnet.com/Regression.html">Regression</a></li>
|
|
<li>Interpolation</li>
|
|
<li>Fourier Approximation</li>
|
|
|
|
<li class="nav-header">Native Providers</li>
|
|
<li><a href="https://numerics.mathdotnet.com/MKL.html">Intel MKL</a></li>
|
|
|
|
<li class="nav-header">Working Together</li>
|
|
<li><a href="https://numerics.mathdotnet.com/CSV.html">Delimited Text Files (CSV)</a></li>
|
|
<li><a href="https://numerics.mathdotnet.com/MatrixMarket.html">NIST MatrixMarket</a></li>
|
|
<li><a href="https://numerics.mathdotnet.com/MatlabFiles.html">MATLAB</a></li>
|
|
<li><a href="https://numerics.mathdotnet.com/IFSharpNotebook.html">IF# Notebook</a></li>
|
|
<li>FsLab & Deedle</li>
|
|
<li>Microsoft Excel</li>
|
|
<li>numl.net machine learning</li>
|
|
<li>R-project</li>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|