blas-0.4.1: Bindings to the BLAS library
Source code
Contents
Index
BLAS.Matrix.Solve.ReadOnly
Stability
experimental
Maintainer
Patrick Perry <patperry@stanford.edu>
Description
Documentation
class
RMatrix
a e =>
RSolve
a e
where
Source
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
Instances
BLAS3
e =>
RSolve
(
Tri
(
DMatrix
s)) e
Produced by
Haddock
version 2.3.0