blas-0.5: Bindings to the BLAS librarySource codeContentsIndex
Test.QuickCheck.Matrix.Herm.Dense
Stabilityexperimental
MaintainerPatrick Perry <patperry@stanford.edu>
Description
Documentation
hermMatrix :: (BLAS2 e, Arbitrary e) => Int -> Gen (Matrix (n, n) e)Source
data HermMatrix n e Source
Constructors
HermMatrix (Herm Matrix (n, n) e) (Matrix (n, n) e)
show/hide Instances
data HermMatrixMV n e Source
Constructors
HermMatrixMV (Herm Matrix (n, n) e) (Matrix (n, n) e) (Vector n e)
show/hide Instances
data HermMatrixMM m n e Source
Constructors
HermMatrixMM (Herm Matrix (m, m) e) (Matrix (m, m) e) (Matrix (m, n) e)
show/hide Instances
Produced by Haddock version 2.3.0