MIT licensed by Phil Ruffwind
Maintained by [email protected]
This version can be pinned in stack with:blas-hs-0.1.1.0@sha256:d4d0077495ea05712a355051a1ef74d9aa3d9ec8f607d3de1cfbdcc06ed81a95,3965

Module documentation for 0.1.1.0

  • Blas
    • Blas.Generic
      • Blas.Generic.Safe
      • Blas.Generic.Unsafe
    • Blas.Primitive
      • Blas.Primitive.Safe
      • Blas.Primitive.Types
      • Blas.Primitive.Unsafe
    • Blas.Specialized
      • Blas.Specialized.ComplexDouble
        • Blas.Specialized.ComplexDouble.Safe
        • Blas.Specialized.ComplexDouble.Unsafe
      • Blas.Specialized.ComplexFloat
        • Blas.Specialized.ComplexFloat.Safe
        • Blas.Specialized.ComplexFloat.Unsafe
      • Blas.Specialized.Double
        • Blas.Specialized.Double.Safe
        • Blas.Specialized.Double.Unsafe
      • Blas.Specialized.Float
        • Blas.Specialized.Float.Safe
        • Blas.Specialized.Float.Unsafe

This package provides a complete low-level binding to Blas via the foreign function interface, allowing Haskell programs to take advantage of optimized routines for vector and matrix operations in Haskell.

More information can be found at the repository.