Common:
PM> Install-Package MathNet.Numerics
PM> Install-Package MathNet.Numerics.FSharp
Note: The portable package MathNet.Numerics.Portable has been dropped, as NuGet 2.1 properly supports portable builds in the main package.
If you absolutely require a signed library with a strong name:
PM> Install-Package MathNet.Numerics.Signed
- Continued major linear algebra storage rework, in this release focusing on vectors (previous release was on matrices)
- Static CreateRandom for all dense matrix and vector types
- Thin QR decomposition (in additin to existing full QR)
- Consistent static Sample methods for continuous and discrete distributions (was previously missing on a few)
- Portable build adds support for WP8 (.Net 4.0 and higher, SL5, WP8 and .NET for Windows Store apps)
- Various bug, performance and usability fixes
- F# 3.0
- Portable build available (.Net 4.5, SL5 and .NET for Windows Store apps)
- Slicing support for matrices and vectors
- Better usability for random numbers and distributions.
- Updated MKL references
PM> Install-Package MathNet.Numerics
PM> Install-Package MathNet.Numerics.FSharp
Note: The portable package MathNet.Numerics.Portable has been dropped, as NuGet 2.1 properly supports portable builds in the main package.
If you absolutely require a signed library with a strong name:
PM> Install-Package MathNet.Numerics.Signed