blas-0.4: Bindings to the BLAS librarySource codeContentsIndex
Test.QuickCheck.Matrix.Tri.Dense
Stabilityexperimental
MaintainerPatrick Perry <patperry@stanford.edu>
Description
Documentation
triMatrix :: (BLAS1 e, Arbitrary e) => UpLo -> Diag -> Int -> Gen (Matrix (n, n) e)Source
data TriMatrix n e Source
Constructors
TriMatrix UpLo Diag (Matrix (n, n) e)
show/hide Instances
BLAS1 e => Eq (TriMatrix n e)
BLAS1 e => Show (TriMatrix n e)
(Arbitrary e, BLAS1 e) => Arbitrary (TriMatrix n e)
data TriMatrixMV n e Source
Constructors
TriMatrixMV UpLo Diag (Matrix (n, n) e) (Vector n e)
show/hide Instances
data TriMatrixMM m n e Source
Constructors
TriMatrixMM UpLo Diag (Matrix (m, m) e) (Matrix (m, n) e)
show/hide Instances
BLAS1 e => Eq (TriMatrixMM m n e)
BLAS1 e => Show (TriMatrixMM m n e)
(Arbitrary e, BLAS1 e) => Arbitrary (TriMatrixMM m n e)
data TriMatrixSV n e Source
Constructors
TriMatrixSV (Tri Matrix (n, n) e) (Vector n e)
show/hide Instances
data TriMatrixSM m n e Source
Constructors
TriMatrixSM (Tri Matrix (m, m) e) (Matrix (m, n) e)
show/hide Instances
BLAS1 e => Show (TriMatrixSM m n e)
(Arbitrary e, BLAS3 e) => Arbitrary (TriMatrixSM m n e)
Produced by Haddock version 2.3.0