FsAlg 0.5.6
See the version list below for details.
dotnet add package FsAlg --version 0.5.6
NuGet\Install-Package FsAlg -Version 0.5.6
<PackageReference Include="FsAlg" Version="0.5.6" />
paket add FsAlg --version 0.5.6
#r "nuget: FsAlg, 0.5.6"
// Install FsAlg as a Cake Addin #addin nuget:?package=FsAlg&version=0.5.6 // Install FsAlg as a Cake Tool #tool nuget:?package=FsAlg&version=0.5.6
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Please visit
https://github.com/gbaydin/FsAlg/releases
for the latest release notes.