@hackage hmatrix0.20.2
Numeric Linear Algebra
Categories
License
BSD-3-Clause
Maintainer
Dominic Steinitz
Links
Versions
Installation
Dependencies (11)
Dependents (153)
@hackage/dvda, @hackage/hmatrix-syntax, @hackage/repa-linear-algebra, @hackage/hmatrix-csv, @hackage/lapack-hmatrix, @hackage/linear-circuit, Show all…
Package Flags
openblas
(off by default)
Link with OpenBLAS (https:/github.comxianyi/OpenBLAS) optimized libraries.
disable-default-paths
(off by default)
When enabled, don't add default hardcoded include/link dirs by default. Needed for hermetic builds like in nix.
no-random_r
(off by default)
When enabled, don't depend on the random_r() C function.
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