MKL.NET 0.2.0-preview

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

// Install MKL.NET as a Cake Tool
#tool nuget:?package=MKL.NET&version=0.2.0-preview&prerelease

A simple cross platform .NET API for Intel MKL.

Reference the MKL.NET package and required runtime packages and use the static MKL functions. The correct native libraries will be included and loaded at runtime.

Exposing functions from MKL keeping the syntax as close to the c developer reference as possible:

https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-c/top.html

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on MKL.NET:

Package Downloads
MKL.NET.Matrix

Performance and memory optimised matrix algebra library based on cross platform MKL.NET. - Matrix expressions are optimised to perform intermediate calculations inplace and reuse memory. - Operations such as scale, transpose, +, * are combined into single MKL calls. - Intermediate matrices are disposed (or reused) automatically. - ArrayPool underlying memory model using IDisposable and Finalizers. - Uses the Pinned Object Heap for net6.0.

MKL.NET.Optimization

Optimization and root finding based on cross platform MKL.NET.

RyzhkovCNN.Model

Package Description

MKL.NET.Statistics

Statistics functions based on cross platform MKL.NET.

ProteomIQon.QuantBasedAlignment

ProteomIQon.QuantBasedAlignment - computational proteomics

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0 672 8/21/2023
1.4.1 4,501 4/9/2023
1.4.0 582 2/8/2023
1.3.2 16,495 9/28/2021
1.3.1 382 9/27/2021
1.3.0 1,210 9/26/2021
1.2.3 1,317 8/26/2021
1.2.2 364 8/25/2021
1.2.1 2,200 6/23/2021
1.2.0 349 6/20/2021
1.2.0-rc1 285 6/18/2021
1.1.3 2,045 6/9/2021
1.1.2 400 6/8/2021
1.1.1 349 6/8/2021
1.1.0 1,333 1/30/2021
1.0.0 2,037 1/16/2021
0.9.0 2,086 10/13/2020
0.8.0 435 9/30/2020
0.7.0 440 9/22/2020
0.6.0 509 9/17/2020
0.5.0 535 9/13/2020
0.4.0 505 9/9/2020
0.3.0 775 9/7/2020
0.2.3-preview 370 9/6/2020
0.2.2-preview 371 9/6/2020
0.2.1-preview 376 9/6/2020
0.2.0-preview 385 9/6/2020
0.1.0-preview 305 9/2/2020

POC