blas-0.4.1: Bindings to the BLAS librarySource codeContentsIndex
BLAS.Matrix.ReadOnly
Stabilityexperimental
MaintainerPatrick Perry <patperry@stanford.edu>
Description
Documentation
class Matrix a => RMatrix a e whereSource
Methods
getApply :: a (m, n) e -> DVector t n e -> IO (DVector r m e)Source
Apply to a vector
getApplyMat :: a (m, k) e -> DMatrix t (k, n) e -> IO (DMatrix r (m, n) e)Source
Apply to a matrix
show/hide Instances
BLAS3 e => RMatrix (DMatrix t) e
BLAS3 e => RMatrix (Herm (DMatrix s)) e
BLAS3 e => RMatrix (Tri (DMatrix s)) e
Produced by Haddock version 2.3.0