@hackage hmatrix0.12.0.2
Linear algebra and numerical computation
Categories
License
LicenseRef-GPL
Maintainer
Alberto Ruiz <aruiz@um.es>
Links
Versions
Installation
CustomDependencies (9)
Dependents (153)
@hackage/dvda, @hackage/hmatrix-syntax, @hackage/repa-linear-algebra, @hackage/hmatrix-csv, @hackage/lapack-hmatrix, @hackage/linear-circuit, Show all…
Package Flags
tests
(on by default)
Build tests
dd
(on by default)
svd = zgesdd
mkl
(off by default)
Link with Intel's MKL optimized libraries.
unsafe
(off by default)
Compile the library with bound checking disabled.
vector
(on by default)
Use Data.Vector.Storable type from "vector" package.
binary
(on by default)
Define Binary instances
finit
(off by default)
Force FPU initialization in foreing calls
debugfpu
(off by default)
Check FPU stack
debugnan
(off by default)
Check NaN
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 manipulationNumeric.Container: simple numeric functionsNumeric.LinearAlgebra.Algorithms: matrix computationsNumeric.LinearAlgebra: everything + instances of standard Haskell numeric classes