FsAlg 0.5.11

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

// Install FsAlg as a Cake Tool
#tool nuget:?package=FsAlg&version=0.5.11

FsAlg is a linear algebra library that supports generic types. It is implemented in the F# language.

The library provides generic Vector and Matrix types that support most of the commonly used linear algebra operations, including matrix–vector operations, matrix inverse, determinants, eigenvalues, LU and QR decompositions. Its intended use is to enable writing generic linear algebra code with custom numeric types. It can also be used as a lightweight library for prototyping and scripting with primitive floating point types.

FsAlg is developed by Atılım Güneş Baydin and Barak A. Pearlmutter as part of their work at the Brain and Computation Lab, Hamilton Institute, National University of Ireland Maynooth.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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
0.5.13 2,587 6/20/2015
0.5.12 1,072 6/14/2015
0.5.11 1,117 6/9/2015
0.5.9 1,096 6/7/2015
0.5.8 1,576 6/6/2015
0.5.7 1,112 5/5/2015
0.5.6 1,299 5/4/2015
0.5.5 1,072 5/3/2015
0.5.4 1,363 4/16/2015
0.5.3 1,215 4/16/2015
0.5.2 1,126 4/6/2015
0.5.1 1,153 4/5/2015
0.5.0 1,156 4/5/2015

Please visit

https://github.com/gbaydin/FsAlg/releases

for the latest release notes.