Bluebit.MatrixLibrary.x64 7.0.1

dotnet add package Bluebit.MatrixLibrary.x64 --version 7.0.1
NuGet\Install-Package Bluebit.MatrixLibrary.x64 -Version 7.0.1
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="Bluebit.MatrixLibrary.x64" Version="7.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bluebit.MatrixLibrary.x64 --version 7.0.1
#r "nuget: Bluebit.MatrixLibrary.x64, 7.0.1"
#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 Bluebit.MatrixLibrary.x64 as a Cake Addin
#addin nuget:?package=Bluebit.MatrixLibrary.x64&version=7.0.1

// Install Bluebit.MatrixLibrary.x64 as a Cake Tool
#tool nuget:?package=Bluebit.MatrixLibrary.x64&version=7.0.1

====================================
Bluebit .NET Matrix Library - 64 bit
====================================

This is a free version of .NET Matrix Library (NML™) which will allow matrix sizes up to 1000 x 1000.

The Bluebit .NET Matrix Library (NML™) provides classes for object-oriented linear algebra in the .NET platform.

It can be used to solve systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalues and eigenvectors problems, and singular value problems. Also provided are the associated matrix factorizations such as Eigen, LQ, LU, Cholesky, QR, SVD.

.NET Matrix Library (NML™) also supports sparse matrices and advanced methods for solving large sparse systems of linear equations.

The above functionality is present for both real and complex matrices. Two analogous sets of classes are provided for real and complex matrices, vectors and factorizations.

While exposing an easy to use and powerful interface,  the Bluebit .NET Matrix Library does not sacrifice any performance. Highly optimized BLAS and the standard LAPACK routines are used within the library and provide fast execution and accurate calculations.

The Bluebit .NET Matrix Library has been developed as a mixed mode C++ project, combining together managed and unmanaged code and delivering the best of both worlds; the speed of native C++ code and the feature-rich and easy to use environment of the .NET Framework.

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.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.1 1,945 4/25/2018
7.0.0 1,146 4/25/2018

Fixed limit for matrix sizes.