blas-0.4.1: Bindings to the BLAS librarySource codeContentsIndex
Data.Matrix.Herm.Dense
Stabilityexperimental
MaintainerPatrick Perry <patperry@stanford.edu>
Description
Documentation
module Data.Matrix.Herm
module BLAS.Matrix.Immutable
module BLAS.Matrix.ReadOnly
hemv :: BLAS2 e => e -> Herm (DMatrix t) (n, n) e -> DVector s n e -> e -> IOVector n e -> IO ()Source
hemm :: BLAS3 e => e -> Herm (DMatrix t) (m, m) e -> DMatrix s (m, n) e -> e -> IOMatrix (m, n) e -> IO ()Source
Produced by Haddock version 2.3.0