About

Metadata

  • Last updated , by Bodigrim
  • License BSD-3-Clause
  • Categories Mathematics
  • Maintained by: Dominic Steinitz

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable 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.

Readme

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