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