blas-0.5: Bindings to the BLAS librarySource codeContentsIndex
Test.QuickCheck.Matrix.Diag
Stabilityexperimental
MaintainerPatrick Perry <patperry@stanford.edu>
Description
Documentation
diagMatrix :: (Arbitrary e, BLAS1 e) => Int -> Gen (Matrix (n, n) e)Source
data TestDiag n e Source
Constructors
TestDiag (Diag (n, n) e) (Matrix (n, n) e)
show/hide Instances
BLAS1 e => Show (TestDiag n e)
(Arbitrary e, BLAS1 e) => Arbitrary (TestDiag n e)
data DiagMV n e Source
Constructors
DiagMV (Diag (n, n) e) (Matrix (n, n) e) (Vector n e)
show/hide Instances
BLAS1 e => Show (DiagMV n e)
(Arbitrary e, BLAS1 e) => Arbitrary (DiagMV n e)
data DiagMM m n e Source
Constructors
DiagMM (Diag (m, m) e) (Matrix (m, m) e) (Matrix (m, n) e)
show/hide Instances
BLAS1 e => Show (DiagMM m n e)
(Arbitrary e, BLAS1 e) => Arbitrary (DiagMM m n e)
data DiagSV n e Source
Constructors
DiagSV (Diag (n, n) e) (Vector n e)
show/hide Instances
BLAS1 e => Show (DiagSV n e)
(Arbitrary e, BLAS2 e) => Arbitrary (DiagSV n e)
data DiagSM m n e Source
Constructors
DiagSM (Diag (m, m) e) (Matrix (m, n) e)
show/hide Instances
BLAS1 e => Show (DiagSM m n e)
(Arbitrary e, BLAS2 e) => Arbitrary (DiagSM m n e)
Produced by Haddock version 2.3.0