@hackage hmatrix0.9.3.0
Linear algebra and numerical computation
Installation
CustomDependencies (7)
- HUnit
- QuickCheck
- array
- base >=4 && <4.3
- process
- storable-complex Show all…
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
(off by default)
Use Data.Vector.Storable type from "vector" package.
Purely functional interface to basic linear algebra and other numerical computations, internally implemented using GSL, BLAS and LAPACK.
See also hmatrix-special and hmatrix-glpk.