MathNet.Numerics.Data.Matlab 5.0.0-alpha05

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 5.0 .NET Standard 2.0 .NET Framework 4.6.1
This is a prerelease version of MathNet.Numerics.Data.Matlab.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MathNet.Numerics.Data.Matlab --version 5.0.0-alpha05
NuGet\Install-Package MathNet.Numerics.Data.Matlab -Version 5.0.0-alpha05
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.Data.Matlab" Version="5.0.0-alpha05" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MathNet.Numerics.Data.Matlab --version 5.0.0-alpha05
#r "nuget: MathNet.Numerics.Data.Matlab, 5.0.0-alpha05"
#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.Data.Matlab as a Cake Addin
#addin nuget:?package=MathNet.Numerics.Data.Matlab&version=5.0.0-alpha05&prerelease

// Install MathNet.Numerics.Data.Matlab as a Cake Tool
#tool nuget:?package=MathNet.Numerics.Data.Matlab&version=5.0.0-alpha05&prerelease

MathWorks MATLAB Data Input/Output Extensions for Math.NET Numerics, the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MathNet.Numerics.Data.Matlab:

Package Downloads
PhilipsTang.Mathlib

PhilipsTang.Mathlib .NETStandard 2.0

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on MathNet.Numerics.Data.Matlab:

Repository Stars
takuya-takeuchi/FaceRecognitionDotNet
The world's simplest facial recognition api for .NET on Windows, MacOS and Linux
Version Downloads Last updated
5.0.0 5,735 4/3/2022
5.0.0-beta02 95 4/3/2022
5.0.0-beta01 108 3/6/2022
5.0.0-alpha16 93 2/27/2022
5.0.0-alpha15 87 2/27/2022
5.0.0-alpha14 85 2/27/2022
5.0.0-alpha13 87 2/27/2022
5.0.0-alpha12 84 2/27/2022
5.0.0-alpha11 85 2/27/2022
5.0.0-alpha10 86 2/19/2022
5.0.0-alpha09 97 2/13/2022
5.0.0-alpha08 139 12/23/2021
5.0.0-alpha07 112 12/19/2021
5.0.0-alpha06 116 12/19/2021
5.0.0-alpha05 110 12/19/2021
5.0.0-alpha04 114 12/19/2021
5.0.0-alpha03 121 12/5/2021
5.0.0-alpha02 253 7/11/2021
5.0.0-alpha01 238 6/27/2021
4.1.0 9,499 12/30/2020
4.0.0 16,388 2/14/2018
4.0.0-beta01 801 2/4/2018
3.2.1 8,107 4/29/2017
3.2.0 4,279 4/11/2016
3.1.1 2,364 7/13/2015
3.1.0 1,619 1/11/2015
3.0.0 1,484 7/23/2014
3.0.0-beta02 942 6/15/2014
3.0.0-beta01 1,180 4/23/2014
3.0.0-alpha9 977 3/29/2014
3.0.0-alpha8 958 2/26/2014
3.0.0-alpha7 896 12/30/2013
3.0.0-alpha6 961 12/3/2013
3.0.0-alpha5 983 11/15/2013
3.0.0-alpha4 932 9/23/2013
1.1.0 2,434 6/23/2013

COMPATIBILITY: net5.0, net48 better supported with explicit builds
COMPATIBILITY: netstandard1.x, net40, net45 no longer supported
BREAKING: drop all which was marked as obsolete
BREAKING: all native provider adapters moved out to separate NuGet packages
BREAKING: switch many usages of tuples to value tuples (experimental)
Distributions: Logistic ~Bobby Ingram
Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin
Precision: Perf: pre-compute negative powers ~Febin
Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim
Root Finding: Newton-Raphson better handling of zero-evaluations
Fit.Curve and FindMinimum extended to accept two more parameters
Fixed an index out of bounds issue when calculating BFGS minimizer with one variable ~Shiney
Marcum-Q function ~CHUTORO
Series: stable series summation
Providers: drop managed reference linear algebra provider
Providers: native providers no longer inherit managed providers, managed now sealed
Providers: MKL provider compilation switched to Intel oneAPI MKL
Providers: support for provider packages with runtime folders
Better support for System.Text.Json: Polynomial, DescriptiveStatistics ~Joseph Petersen
Lots of internal cleanup, leveraging newer language features
Data: now released always together with Numerics (no longer separate versioning)
Control.Describe now includes CPU architecture and family identifier if know