hmatrix: 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
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
tests | Build tests | Enabled |
dd | svd = zgesdd | Enabled |
mkl | Link with Intel's MKL optimized libraries. | Disabled |
unsafe | Compile the library with bound checking disabled. | Disabled |
vector | Use Data.Vector.Storable type from "vector" package. | Disabled |
binary | Define Binary instances | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hmatrix-0.10.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates