MathNet.Numerics.Data.Matlab
5.0.0-alpha03
See the version list below for details.
dotnet add package MathNet.Numerics.Data.Matlab --version 5.0.0-alpha03
NuGet\Install-Package MathNet.Numerics.Data.Matlab -Version 5.0.0-alpha03
<PackageReference Include="MathNet.Numerics.Data.Matlab" Version="5.0.0-alpha03" />
paket add MathNet.Numerics.Data.Matlab --version 5.0.0-alpha03
#r "nuget: MathNet.Numerics.Data.Matlab, 5.0.0-alpha03"
// Install MathNet.Numerics.Data.Matlab as a Cake Addin
#addin nuget:?package=MathNet.Numerics.Data.Matlab&version=5.0.0-alpha03&prerelease
// Install MathNet.Numerics.Data.Matlab as a Cake Tool
#tool nuget:?package=MathNet.Numerics.Data.Matlab&version=5.0.0-alpha03&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 |
-
.NETFramework 4.6.1
- MathNet.Numerics (>= 5.0.0-alpha03)
-
.NETFramework 4.8
- MathNet.Numerics (>= 5.0.0-alpha03)
-
.NETStandard 2.0
- MathNet.Numerics (>= 5.0.0-alpha03)
-
net5.0
- MathNet.Numerics (>= 5.0.0-alpha03)
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,616 | 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 | 108 | 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,410 | 12/30/2020 |
4.0.0 | 16,377 | 2/14/2018 |
4.0.0-beta01 | 798 | 2/4/2018 |
3.2.1 | 8,094 | 4/29/2017 |
3.2.0 | 4,261 | 4/11/2016 |
3.1.1 | 2,359 | 7/13/2015 |
3.1.0 | 1,617 | 1/11/2015 |
3.0.0 | 1,480 | 7/23/2014 |
3.0.0-beta02 | 941 | 6/15/2014 |
3.0.0-beta01 | 1,177 | 4/23/2014 |
3.0.0-alpha9 | 974 | 3/29/2014 |
3.0.0-alpha8 | 955 | 2/26/2014 |
3.0.0-alpha7 | 895 | 12/30/2013 |
3.0.0-alpha6 | 960 | 12/3/2013 |
3.0.0-alpha5 | 978 | 11/15/2013 |
3.0.0-alpha4 | 929 | 9/23/2013 |
1.1.0 | 2,430 | 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
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