blas-0.4: Bindings to the BLAS library
Source code
Contents
Index
Data.Matrix.Tri.Dense
Stability
experimental
Maintainer
Patrick Perry <patperry@stanford.edu>
Description
Documentation
module
Data.Matrix.Tri
module
BLAS.Matrix.Immutable
module
BLAS.Matrix.ReadOnly
module
BLAS.Matrix.Solve
trmv
::
BLAS3
e =>
Tri
(
DMatrix
t) (n, n) e ->
IOVector
n e ->
IO
()
Source
trsv
::
BLAS3
e =>
Tri
(
DMatrix
t) (n, n) e ->
IOVector
n e ->
IO
()
Source
trmm
::
BLAS3
e =>
Tri
(
DMatrix
t) (m, m) e ->
IOMatrix
(m, n) e ->
IO
()
Source
trsm
::
BLAS3
e =>
Tri
(
DMatrix
t) (m, m) e ->
IOMatrix
(m, n) e ->
IO
()
Source
Produced by
Haddock
version 2.3.0