Info
Version: | 1.0.0 |
Author(s): | NPack Team |
Last Update: | Monday, September 10, 2012 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/NPack |
Install
Install-Package NPack
dotnet add package NPack
paket add NPack
NPack Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
NPack is unique in that it uses generics for matrix element definitions, and a set of matrix operations via an interface, allowing a CLR-based operations engine as well as the opportunity to use GPGPU-based operation engines. NPack was initially ported from Java Matrix Package (JAMA) by the US National Institute of Standards and Technology.
JAMA in turn is a Java reinterpretation of LINPACK.