A new version of our F# for Numerics library for F# has been released. This version includes:
- Eigenvalues and eigenvectors of real symmetric matrices (the LinearAlgebra.Float.symmetric_eigen and LinearAlgebra.Float32.symmetric_eigen functions).
- Singular Value Decomposition of real matrices (the LinearAlgebra.Float.svd and LinearAlgebra.Float32.svd functions).
- Complex Cholesky decomposition of positive definite Hermitian matrices (the LinearAlgebra.Complex.cholesky function).
- Real and complex Log Gamma function (the Special.gammaln and Special.Complex.gammaln functions).
- Real and complex Beta function (the Special.beta and Special.Complex.beta functions).
The HTML documentation for this product is freely available on-line.
0 comments:
Post a Comment