MathNet.Numerics 3.6.0

dotnet add package MathNet.Numerics --version 3.6.0
                    
NuGet\Install-Package MathNet.Numerics -Version 3.6.0
                    
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.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MathNet.Numerics" Version="3.6.0" />
                    
Directory.Packages.props
<PackageReference Include="MathNet.Numerics" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MathNet.Numerics --version 3.6.0
                    
#r "nuget: MathNet.Numerics, 3.6.0"
                    
#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.
#addin nuget:?package=MathNet.Numerics&version=3.6.0
                    
Install MathNet.Numerics as a Cake Addin
#tool nuget:?package=MathNet.Numerics&version=3.6.0
                    
Install MathNet.Numerics as a Cake Tool

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 7, 47, 78, 259 and 328; Android/iOS with Xamarin.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (69)

Showing the top 20 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
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
mathnet/mathnet-numerics
Math.NET Numerics
betalgo/openai
.NET library for the OpenAI service API by Betalgo Ranul
microsoft/WhatTheHack
A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
sipsorcery-org/sipsorcery
A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
Maassoft/ColorControl
Easily change NVIDIA display settings and/or control LG TV's
CXWorld/CapFrameX
Frametime capture and analysis tool
microsoft/ai-dev-gallery
An open-source project for Windows developers to learn how to add AI with local models and APIs to Windows apps.
Wouterdek/NodeNetwork
A C# library with a WPF node editor component based on ReactiveUI
Azure/azure-cosmos-dotnet-v3
.NET SDK for Azure Cosmos DB for the core SQL API
microsoft/RoomAliveToolkit
hanabi1224/Programming-Language-Benchmarks
Yet another implementation of computer language benchmarks game
Taiizor/Sucrose
Sucrose is a versatile wallpaper engine that brings life to your desktop with a wide range of interactive wallpapers.
PieroCastillo/Aura.UI
A Library with a lot of Controls for AvaloniaUI
SciSharp/Pandas.NET
Pandas port for C# and F#, data analysis tool, process multi-dim array in DataFrame.
kreeben/resin
Vector space index based search engine that's available as a HTTP service or as an embedded library.
Version Downloads Last updated
3.6.0 6,877 3/22/2015
3.5.0 11,682 1/10/2015
3.4.0 1,051 1/4/2015
3.3.0 4,840 11/26/2014
3.3.0-beta2 204 10/25/2014
3.3.0-beta1 408 9/28/2014
3.2.3 12,317 9/6/2014
3.2.2 135 9/5/2014
3.2.1 2,808 8/5/2014
3.2.0 137 8/5/2014
3.1.0 3,398 7/20/2014
3.0.2 5,342 6/26/2014
3.0.1 128 6/24/2014
3.0.0 1,742 6/21/2014
3.0.0-beta05 64 6/20/2014
3.0.0-beta04 68 6/15/2014
3.0.0-beta03 118 6/5/2014
3.0.0-beta02 84 5/29/2014
3.0.0-beta01 253 4/14/2014
3.0.0-alpha9 94 3/29/2014
3.0.0-alpha8 71 2/26/2014
3.0.0-alpha7 118 12/30/2013
3.0.0-alpha6 76 12/2/2013
3.0.0-alpha5 92 10/2/2013
3.0.0-alpha4 74 9/22/2013
3.0.0-alpha1 64 9/1/2013
2.6.2 6,670 10/21/2013
2.6.1 2,184 8/13/2013
2.6.0 244 7/26/2013
2.5.0 762 4/14/2013
2.4.0 809 2/3/2013
2.3.0 418 11/25/2012
2.2.1 430 8/29/2012
2.2.0 70 8/27/2012
2.1.2 907 10/9/2011
2.1.1 65 10/3/2011
2.1.0.19 76 10/3/2011

Distributions: ChiSquare.CDF more robust for large numbers ~Baltazar Bieniek
Linear Algebra: MatrixStorage.Map2 equivalent to VectorStorage.Map2
Linear Algebra: Matrix and Vector Find/Find2, Exists/Exists2, ForAll/ForAll2
Linear Algebra: more consistent range checking in MatrixStorage.Clear and related
Linear Algebra: mixed-storage fall back implementations now leverage higher-order functions
BUG: Linear Algebra: fix loop range in MatrixStorage.ClearColumns (built-in storage not affected)
BUG: Linear Algebra: fix sparse matrix equality.
BUG: Linear Algebra: ArgumentException instead of index exception when trying to create an empty matrix.
Generate: Unfold, Fibonacci; Normal and Standard replacing Gaussian and Stable.
Native Providers: NativeProviderLoader to automatically load the provider for the matching processor architecture (x86, x64) ~Kuan Bartel
Native Providers: Control.NativeProviderPath allowing to explicitly declare where to load binaries from.
MKL Native Provider: support for native complex eigen-value decomposition ~Marcus Cuda
MKL Native Provider: non-convergence checks in singular-value and eigen-value decompositions ~Marcus Cuda