hmatrix: Numeric Linear Algebra
Linear systems, matrix decompositions, and other numerical computations based on BLAS and LAPACK.
Standard interface: Numeric.LinearAlgebra.
Safer interface with statically checked dimensions: Numeric.LinearAlgebra.Static.
Code examples: http://dis.um.es/~alberto/hmatrix/hmatrix.html
Modules
[Index] [Quick Jump]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
openblas | Link with OpenBLAS (https:/github.comxianyi/OpenBLAS) optimized libraries. | Disabled |
disable-default-paths | When enabled, don't add default hardcoded include/link dirs by default. Needed for hermetic builds like in nix. | Disabled |
no-random_r | When enabled, don't depend on the random_r() C function. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hmatrix-0.20.2.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