CenterSpace.NMath.Premium 6.2.0.53

Suggested Alternatives

CenterSpace.NMath.Standard.Windows.X64

Additional Details

Please switch to one of the NMath.Standard packages.

There is a newer version of this package available.
See the version list below for details.
dotnet add package CenterSpace.NMath.Premium --version 6.2.0.53
NuGet\Install-Package CenterSpace.NMath.Premium -Version 6.2.0.53
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="CenterSpace.NMath.Premium" Version="6.2.0.53" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CenterSpace.NMath.Premium --version 6.2.0.53
#r "nuget: CenterSpace.NMath.Premium, 6.2.0.53"
#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 CenterSpace.NMath.Premium as a Cake Addin
#addin nuget:?package=CenterSpace.NMath.Premium&version=6.2.0.53

// Install CenterSpace.NMath.Premium as a Cake Tool
#tool nuget:?package=CenterSpace.NMath.Premium&version=6.2.0.53

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 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 (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 17,251 1/10/2020
6.2.0.57 7,966 12/3/2019
6.2.0.56 7,832 9/27/2019
6.2.0.55 8,536 7/23/2019
6.2.0.54 7,782 6/30/2019
6.2.0.53 10,111 4/20/2019
6.2.0.52 8,354 4/15/2019
6.2.0.51 7,468 3/23/2019
6.2.0.50 8,390 1/5/2019
6.2.0.48 7,876 1/3/2019
6.2.0.47 76,100 12/25/2018
6.2.0.46 13,993 12/13/2018
6.2.0.44 34,661 11/23/2018
6.2.0.43 9,157 8/11/2018
6.2.0.42 8,787 4/16/2018
6.2.0.41 8,163 3/10/2018
6.2.0.40 8,532 2/13/2018
6.2.0.39 8,116 1/31/2018
6.2.0.38 8,437 1/20/2018
6.2.0.37 8,736 1/1/2018
6.2.0.36 7,967 12/14/2017
6.2.0.35 8,408 12/10/2017
6.2.0.34 8,201 12/8/2017

Version 6.2.0.43 switches from 2013 C++ runtime to 2017 C++ runtime.
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).