CenterSpace.NMath.Premium
6.2.0.37
CenterSpace.NMath.Standard.Windows.X64
Additional DetailsPlease switch to one of the NMath.Standard packages.
See the version list below for details.
dotnet add package CenterSpace.NMath.Premium --version 6.2.0.37
NuGet\Install-Package CenterSpace.NMath.Premium -Version 6.2.0.37
<PackageReference Include="CenterSpace.NMath.Premium" Version="6.2.0.37" />
paket add CenterSpace.NMath.Premium --version 6.2.0.37
#r "nuget: CenterSpace.NMath.Premium, 6.2.0.37"
// Install CenterSpace.NMath.Premium as a Cake Addin #addin nuget:?package=CenterSpace.NMath.Premium&version=6.2.0.37 // Install CenterSpace.NMath.Premium as a Cake Tool #tool nuget:?package=CenterSpace.NMath.Premium&version=6.2.0.37
The GPU-accelerated version of package CenterSpace.NMath. With a few minor exceptions, such as optional GPU configuration settings, the API is identical between CenterSpace.NMath.Premium and CenterSpace.NMath.
Product | Versions 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. |
-
- Microsoft.Solver.Foundation (>= 3.1.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CenterSpace.NMath.Premium:
Package | Downloads |
---|---|
CenterSpace.NMath.Stats.Premium
The GPU-accelerated version of package CenterSpace.NMath.Stats. With a few minor exceptions, such as optional GPU configuration settings, the API is identical between CenterSpace.NMath.Stats.Premium and CenterSpace.NMath.Stats. |
|
CenterSpace.NMath.Premium.Charting.Microsoft
Charting for CenterSpace.NMath.Premium types using the Microsoft Chart Controls for .NET, creating a complete data analysis and visualization solution. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
6.2.0.58 | 19,022 | 1/10/2020 | |
6.2.0.57 | 8,885 | 12/3/2019 | |
6.2.0.56 | 9,014 | 9/27/2019 | |
6.2.0.55 | 9,725 | 7/23/2019 | |
6.2.0.54 | 8,628 | 6/30/2019 | |
6.2.0.53 | 11,401 | 4/20/2019 | |
6.2.0.52 | 9,558 | 4/15/2019 | |
6.2.0.51 | 8,369 | 3/23/2019 | |
6.2.0.50 | 9,519 | 1/5/2019 | |
6.2.0.48 | 9,059 | 1/3/2019 | |
6.2.0.47 | 77,385 | 12/25/2018 | |
6.2.0.46 | 15,107 | 12/13/2018 | |
6.2.0.44 | 35,778 | 11/23/2018 | |
6.2.0.43 | 10,140 | 8/11/2018 | |
6.2.0.42 | 9,797 | 4/16/2018 | |
6.2.0.41 | 9,164 | 3/10/2018 | |
6.2.0.40 | 9,475 | 2/13/2018 | |
6.2.0.39 | 8,895 | 1/31/2018 | |
6.2.0.38 | 9,343 | 1/20/2018 | |
6.2.0.37 | 10,631 | 1/1/2018 | |
6.2.0.36 | 9,164 | 12/14/2017 | |
6.2.0.35 | 9,359 | 12/10/2017 | |
6.2.0.34 | 9,325 | 12/8/2017 |
Version 6.2 adds classes for performing Discrete Wavelet Transforms (DWTs) using most
common wavelet families, including Harr, Daubechies, Symlet, Best Localized,
and Coiflet, for solving stiff and non-stiff ordinary differential equations, for finding
peaks subject to rules about peak height and peak separation (analogous to MATLAB's findpeaks()
function), and for finding roots of univariate functions using the zeroin() root finder
(similar to MATLAB's fzero() function).