blas-comfort-array

Auto-generated interface to Fortran BLAS via comfort-array

http://hub.darcs.net/thielema/blas-comfort-array/

Version on this page:0.0.0.2
LTS Haskell 22.18:0.0.0.3@rev:1
Stackage Nightly 2024-04-25:0.0.0.3@rev:1
Latest on Hackage:0.0.0.3@rev:1

See all snapshots blas-comfort-array appears in

BSD-3-Clause licensed and maintained by Henning Thielemann
This version can be pinned in stack with:blas-comfort-array-0.0.0.2@sha256:a3687a45b95e6017b5b6be66d54cd0335c55634db89c7b9b195c11521ef57e98,1778

Module documentation for 0.0.0.2

  • Numeric
    • Numeric.BLAS
      • Numeric.BLAS.ComfortArray
        • Numeric.BLAS.ComfortArray.Complex
        • Numeric.BLAS.ComfortArray.ComplexDouble
        • Numeric.BLAS.ComfortArray.ComplexFloat
        • Numeric.BLAS.ComfortArray.Double
        • Numeric.BLAS.ComfortArray.Float
        • Numeric.BLAS.ComfortArray.Generic
        • Numeric.BLAS.ComfortArray.Miscellaneous
        • Numeric.BLAS.ComfortArray.Real

BLAS is a package for efficient basic linear algebra operations. The reference implementation is written in FORTRAN. This is a semi-automatically generated mid-level wrapper. The functions are not ready to use for high-level applications, but they are a step closer.

See also package lapack-comfort-array.