MathNet.Numerics 3.0.0-beta02

This is a prerelease version of MathNet.Numerics.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MathNet.Numerics --version 3.0.0-beta02                
NuGet\Install-Package MathNet.Numerics -Version 3.0.0-beta02                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MathNet.Numerics" Version="3.0.0-beta02" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MathNet.Numerics --version 3.0.0-beta02                
#r "nuget: MathNet.Numerics, 3.0.0-beta02"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MathNet.Numerics as a Cake Addin
#addin nuget:?package=MathNet.Numerics&version=3.0.0-beta02&prerelease

// Install MathNet.Numerics as a Cake Tool
#tool nuget:?package=MathNet.Numerics&version=3.0.0-beta02&prerelease                

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. Supports .Net 4.0, .Net 3.5 and Mono on Windows, Linux and Mac; Silverlight 5, WindowsPhone/SL 8, WindowsPhone 8.1 and Windows 8 with PCL Portable Profiles 47 and 344; Android/iOS with Xamarin.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Silverlight sl5 is compatible. 
Windows Store win is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (65)

Showing the top 5 popular GitHub repositories that depend on MathNet.Numerics:

Repository Stars
rocksdanister/lively
Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
StockSharp/StockSharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
MassTransit/MassTransit
Distributed Application Framework for .NET
mathnet/mathnet-numerics
Math.NET Numerics
Version Downloads Last updated
3.9.0 3,860 11/25/2015
3.8.0 12,174 9/26/2015
3.7.1 2,598 9/21/2015
3.7.0 24,105 5/9/2015
3.6.0 8,052 3/22/2015
3.5.0 13,007 1/10/2015
3.4.0 1,130 1/4/2015
3.3.0 5,159 11/26/2014
3.3.0-beta2 238 10/25/2014
3.3.0-beta1 463 9/28/2014
3.2.3 15,171 9/6/2014
3.2.2 164 9/5/2014
3.2.1 2,953 8/5/2014
3.2.0 170 8/5/2014
3.1.0 3,711 7/20/2014
3.0.2 6,020 6/26/2014
3.0.1 329 6/24/2014
3.0.0 2,314 6/21/2014
3.0.0-beta05 112 6/20/2014
3.0.0-beta04 143 6/15/2014
3.0.0-beta03 270 6/5/2014
3.0.0-beta02 176 5/29/2014
3.0.0-beta01 794 4/14/2014
3.0.0-alpha9 236 3/29/2014
3.0.0-alpha8 239 2/26/2014
3.0.0-alpha7 412 12/30/2013
3.0.0-alpha6 305 12/2/2013
3.0.0-alpha5 726 10/2/2013
3.0.0-alpha4 215 9/22/2013
3.0.0-alpha1 390 9/1/2013
2.6.2 21,450 10/21/2013
2.6.1 7,489 8/13/2013
2.6.0 2,000 7/26/2013
2.5.0 5,489 4/14/2013
2.4.0 5,018 2/3/2013
2.3.0 2,619 11/25/2012
2.2.1 5,322 8/29/2012
2.2.0 256 8/27/2012
2.1.2 6,840 10/9/2011
2.1.1 363 10/3/2011
2.1.0.19 218 10/3/2011

Linear Algebra:
optimized sparse-sparse and sparse-diagonal matrix products. ~Christian Woltering
transpose at storage level, optimized sparse transpose. ~Christian Woltering
optimized inplace-map, indexed submatrix-map.
optimized clearing a set of rows or columns.
matrix FoldRows/FoldColumns.
matrix column/row norms, normalization.
prefer enums over boolean parameters (e.g. Zeros.AllowSkip).
IsSymmetric is now a method, add IsConjugateSymmetric. breaking
Eigenvalue decomposition can optionally skip symmetry test.
Direct diagonal-scalar division implementation
Test Functions: Rosenbrock, Rastrigin, DropWave, Ackley, Bohachevsky, Matyas, SixHumpCamel, Himmelblau
Statistics: DescriptiveStatistics support for larger datasets.
MKL: native providers must not require MFC to compile.
Sorting helpers support sub-range sorting, use insertion sort on very small sets.
Build: extend usage of FAKE, automate docs, api, Zip and NuGet package generation.
Portable: replace PCL profile 136 with profile 344, support for WP8.1
Xamarin: prepare for better Xamarin Android/iOS support and for adding to the Xamarin store (free).
Misc code style fixes.
Update Vagrant setup to official Ubuntu 14.04 LTS box and proper apt-style Mono+F# provisioning.