@hackage hmatrix0.11.1.0

Linear algebra and numerical computation

  • Installation

    Custom

  • Dependencies (0)

  • Dependents (58)

    @hackage/lapack-hmatrix, @hackage/linear-circuit, @hackage/online, @hackage/mealy, @hackage/elbow, @hackage/penrose, Show all…
  • Package Flags

      tests
       (on by default)

      Build tests

      dd
       (on by default)

      svd = zgesdd

      mkl
       (off by default)

      Link with Intel's MKL optimized libraries.

      unsafe
       (off by default)

      Compile the library with bound checking disabled.

      vector
       (on by default)

      Use Data.Vector.Storable type from "vector" package.

      binary
       (on by default)

      Define Binary instances

      finit
       (off by default)

      Force FPU initialization in foreing calls

      debugfpu
       (off by default)

      Check FPU stack

      debugnan
       (off by default)

      Check NaN

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