@hackage hmatrix0.10.0.0

Linear algebra and numerical computation

Purely functional interface to basic linear algebra and other numerical computations, internally implemented using GSL, BLAS and LAPACK.

The Linear Algebra API is organized as follows:

  • Data.Packed: structure manipulation

  • Numeric.Container: simple numeric functions

  • Numeric.LinearAlgebra.Algorithms: matrix computations

  • Numeric.LinearAlgebra: everything + instances of standard Haskell numeric classes