Compute.Bindings.IntelMKL by Allister Beharry

<PackageReference Include="Compute.Bindings.IntelMKL" Version="0.1.2" />

 Compute.Bindings.IntelMKL 0.1.2

Compute.NET bindings for the Intel MKL library.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Compute.Bindings.IntelMKL</id>
    <version>0.1.2</version>
    <authors>Allister Beharry</authors>
    <owners>Allister Beharry</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/allisterb/Compute.NET/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/allisterb/Compute.NET</projectUrl>
    <description>Compute.NET bindings for the Intel MKL library.</description>
    <releaseNotes>Added LAPACK and vector statistics routines.</releaseNotes>
    <tags>numeric Intel HPC</tags>
    <repository url="https://github.com/allisterb/Compute.NET" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="System.Runtime.CompilerServices.Unsafe" version="4.4.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>