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