blas-carray

Auto-generated interface to Fortran BLAS via CArrays

http://hub.darcs.net/thielema/blas-carray/

Version on this page:0.0.1.1
LTS Haskell 22.14:0.1.0.2
Stackage Nightly 2024-03-28:0.1.0.2
Latest on Hackage:0.1.0.2

See all snapshots blas-carray appears in

BSD-3-Clause licensed and maintained by Henning Thielemann
This version can be pinned in stack with:blas-carray-0.0.1.1@sha256:b6c3b7f109d11f9e66ca989105cf8ed2ff9f22f5406e8e6b0a0088df408e1084,1677

Module documentation for 0.0.1.1

  • Numeric
    • Numeric.BLAS
      • Numeric.BLAS.CArray
        • Numeric.BLAS.CArray.Complex
        • Numeric.BLAS.CArray.ComplexDouble
        • Numeric.BLAS.CArray.ComplexFloat
        • Numeric.BLAS.CArray.Double
        • Numeric.BLAS.CArray.Float
        • Numeric.BLAS.CArray.Generic
        • Numeric.BLAS.CArray.Miscellaneous
        • Numeric.BLAS.CArray.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-carray.