blas-0.4.1: Bindings to the BLAS library
Source code
Contents
Index
Data.Matrix.Herm.Dense
Stability
experimental
Maintainer
Patrick Perry <patperry@stanford.edu>
Description
Documentation
module
Data.Matrix.Herm
module
BLAS.Matrix.Immutable
module
BLAS.Matrix.ReadOnly
hemv
::
BLAS2
e => e ->
Herm
(
DMatrix
t) (n, n) e ->
DVector
s n e -> e ->
IOVector
n e ->
IO
()
Source
hemm
::
BLAS3
e => e ->
Herm
(
DMatrix
t) (m, m) e ->
DMatrix
s (m, n) e -> e ->
IOMatrix
(m, n) e ->
IO
()
Source
Produced by
Haddock
version 2.3.0