CenterSpace.NMath.Premium
6.2.0.41
CenterSpace.NMath.Standard.Windows.X64
Additional DetailsPlease switch to one of the NMath.Standard packages.
See the version list below for details.
Install-Package CenterSpace.NMath.Premium -Version 6.2.0.41
dotnet add package CenterSpace.NMath.Premium --version 6.2.0.41
<PackageReference Include="CenterSpace.NMath.Premium" Version="6.2.0.41" />
paket add CenterSpace.NMath.Premium --version 6.2.0.41
#r "nuget: CenterSpace.NMath.Premium, 6.2.0.41"
// Install CenterSpace.NMath.Premium as a Cake Addin
#addin nuget:?package=CenterSpace.NMath.Premium&version=6.2.0.41
// Install CenterSpace.NMath.Premium as a Cake Tool
#tool nuget:?package=CenterSpace.NMath.Premium&version=6.2.0.41
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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- 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 | 7,541 | 1/10/2020 | |
6.2.0.57 | 1,175 | 12/3/2019 | |
6.2.0.56 | 1,291 | 9/27/2019 | |
6.2.0.55 | 1,475 | 7/23/2019 | |
6.2.0.54 | 1,145 | 6/30/2019 | |
6.2.0.53 | 3,388 | 4/20/2019 | |
6.2.0.52 | 1,216 | 4/15/2019 | |
6.2.0.51 | 1,246 | 3/23/2019 | |
6.2.0.50 | 1,761 | 1/5/2019 | |
6.2.0.48 | 1,306 | 1/3/2019 | |
6.2.0.47 | 69,373 | 12/25/2018 | |
6.2.0.46 | 7,616 | 12/13/2018 | |
6.2.0.44 | 28,747 | 11/23/2018 | |
6.2.0.43 | 2,090 | 8/11/2018 | |
6.2.0.42 | 1,765 | 4/16/2018 | |
6.2.0.41 | 1,630 | 3/10/2018 | |
6.2.0.40 | 2,052 | 2/13/2018 | |
6.2.0.39 | 1,830 | 1/31/2018 | |
6.2.0.38 | 1,764 | 1/20/2018 | |
6.2.0.37 | 1,958 | 1/1/2018 | |
6.2.0.36 | 1,705 | 12/14/2017 | |
6.2.0.35 | 1,642 | 12/10/2017 | |
6.2.0.34 | 1,771 | 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).