MathNet.Numerics.FSharp 3.0.0-beta04

Prefix Reserved
This is a prerelease version of MathNet.Numerics.FSharp.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MathNet.Numerics.FSharp --version 3.0.0-beta04
                    
NuGet\Install-Package MathNet.Numerics.FSharp -Version 3.0.0-beta04
                    
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.FSharp" Version="3.0.0-beta04" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MathNet.Numerics.FSharp" Version="3.0.0-beta04" />
                    
Directory.Packages.props
<PackageReference Include="MathNet.Numerics.FSharp" />
                    
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.FSharp --version 3.0.0-beta04
                    
#r "nuget: MathNet.Numerics.FSharp, 3.0.0-beta04"
                    
#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.
#:package MathNet.Numerics.FSharp@3.0.0-beta04
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MathNet.Numerics.FSharp&version=3.0.0-beta04&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MathNet.Numerics.FSharp&version=3.0.0-beta04&prerelease
                    
Install 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 F# 3.0 on .Net 4.0 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 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.

NuGet packages (42)

Showing the top 5 NuGet packages that depend on MathNet.Numerics.FSharp:

Package Downloads
MathNet.Symbolics

Math.NET Symbolics is a basic open source computer algebra library for .Net and Mono. Written in F# but works well in C# as well. Supports .Net Framework 4.5 or higher and .Net Standard 2.0 or higher, on Windows, Linux and Mac.

FsLab

FsLab is a combination package that supports doing data science with F#. FsLab includes literate scripting converted to HTML and PDF, and by default references Deedle (a data frame library), FSharp.Data (for data access) and XPlot (for visualization). You can optionally add any other nuget packages.

Deedle.Math

Deedle implements an efficient and robust frame and series data structures for manipulating with structured data. It supports handling of missing values, aggregations, grouping, joining, statistical functions and more. For frames and series with ordered indices (such as time series), automatic alignment is also available. This package installs the core Deedle package, Deedle.Math extension and Mathnet.Numerics to extend mathematic functions on Deedle Frames and Series.

OPTANO.Modeling

The OPTANO Modeling library allows you to use C# as a Modeling language for mathematical optimization (mixed integer programming (MIP) and linear programming (LP)). It has a lightweight footprint and connects to several solvers.

Microsoft.Quantum.Research.Simulation

Quantum research libraries for quantum simulation (non-commercial).

GitHub repositories (3)

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

Repository Stars
StockSharp/StockSharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
mathnet/mathnet-numerics
Math.NET Numerics
NethermindEth/nethermind
A robust, high-performance execution client for Ethereum node operators.
Version Downloads Last Updated
6.0.0-beta2 4,184 3/2/2025
6.0.0-beta1 76,166 12/17/2023
5.0.0 4,023,868 4/3/2022
5.0.0-beta02 427 4/3/2022
5.0.0-beta01 22,231 3/6/2022
5.0.0-alpha16 410 2/27/2022
5.0.0-alpha15 414 2/27/2022
5.0.0-alpha14 393 2/27/2022
5.0.0-alpha13 387 2/27/2022
5.0.0-alpha12 407 2/27/2022
5.0.0-alpha11 398 2/27/2022
5.0.0-alpha10 436 2/19/2022
5.0.0-alpha09 396 2/13/2022
5.0.0-alpha08 478 12/23/2021
5.0.0-alpha07 413 12/19/2021
5.0.0-alpha06 411 12/19/2021
5.0.0-alpha05 430 12/19/2021
5.0.0-alpha04 441 12/19/2021
5.0.0-alpha03 427 12/5/2021
3.0.0-beta04 1,525 6/15/2014
Loading failed

Candidate for v3.0 Release
Linear Algebra:
FoldRows renamed to FoldByRow, now operates on and returns arrays; same for columns
New FoldRows and ReduceRows that operate on row vectors; same for columns
Split Map into Map and MapConvert (allows optimization in common in-place case)
Row and columns sums and absolute-sums
F# DiagonalMatrix module to create diagonal matrices without using the builder
F# Matrix module extended with sumRows, sumAbsRows, normRows; same for columns
Build: extend build and release automation, automatic releases also for data extensions and native providers