Proxem.NumNet 1.6.0
C# scientific package containing among other things : * an N-dimensional array object and the main functions to operate on it * the main linear algebra functions on N-dimensional arrays. The syntax is mainly based on python's numpy library. MKL is used for optimized performances.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Proxem.NumNet</id>
<version>1.6.0</version>
<title>NumNet</title>
<authors>Jocelyn Coulmance, Thomas Perrais, Guillaume Wenzek, Amine Benhalloum, Jean-Marc Marty</authors>
<owners>Proxem</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
<projectUrl>https://github.com/Proxem/NumNet</projectUrl>
<iconUrl>https://github.com/Proxem/NumNet/blob/master/logo/proxem.png?raw=true</iconUrl>
<description>C# scientific package containing among other things :
* an N-dimensional array object and the main functions to operate on it
* the main linear algebra functions on N-dimensional arrays.
The syntax is mainly based on python's numpy library. MKL is used for optimized performances.</description>
<summary>Scientific package for Linear algebra operations on matrices</summary>
<releaseNotes>shuffling functions</releaseNotes>
<copyright></copyright>
<tags>arrays linear-algebra numpy machine-learning matrix</tags>
<dependencies>
<dependency id="Proxem.BlasNet" version="1.6.0" />
</dependencies>
</metadata>
</package>