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
Manual Flags
Name | Description | Default |
---|---|---|
dd | svd = zgesdd | Enabled |
mkl | Link with Intel's MKL optimized libraries. | Disabled |
unsafe | Compile the library with bound checking disabled. | Disabled |
finit | Force FPU initialization in foreing calls | Disabled |
debugfpu | Check FPU stack | Disabled |
debugnan | Check NaN | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hmatrix-0.15.0.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates