Info
| Version: | 0.5.13 | 
| Author(s): | Atılım Güneş Baydin, Barak A. Pearlmutter | 
| Last Update: | Saturday, June 20, 2015 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://gbaydin.github.io/FsAlg/ | 
| NuGet Url: | https://www.nuget.org/packages/FsAlg | 
Install
Install-Package FsAlg
                        dotnet add package FsAlg
                        paket add FsAlg
                        
                                FsAlg Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
 
                
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.