blas-0.4.1: Bindings to the BLAS librarySource codeContentsIndex
BLAS.Matrix.Immutable
Stabilityexperimental
MaintainerPatrick Perry <patperry@stanford.edu>
Description
Documentation
class Matrix a => IMatrix a e whereSource
Methods
(<*>) :: a (m, n) e -> Vector n e -> Vector m eSource
Apply to a vector
(<**>) :: a (m, k) e -> Matrix (k, n) e -> Matrix (m, n) eSource
Apply to a matrix
show/hide Instances
Produced by Haddock version 2.3.0