blas-0.4: Bindings to the BLAS library
Source code
Contents
Index
Test.QuickCheck.Matrix.Tri.Dense
Stability
experimental
Maintainer
Patrick Perry <
[email protected]
>
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)
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)
Instances
BLAS1
e =>
Eq
(
TriMatrixMV
n e)
BLAS1
e =>
Show
(
TriMatrixMV
n e)
(
Arbitrary
e,
BLAS1
e) =>
Arbitrary
(
TriMatrixMV
n e)
data
TriMatrixMM
m n e
Source
Constructors
TriMatrixMM
UpLo
Diag
(
Matrix
(m, m) e) (
Matrix
(m, n) e)
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)
Instances
BLAS1
e =>
Show
(
TriMatrixSV
n e)
(
Arbitrary
e,
BLAS3
e) =>
Arbitrary
(
TriMatrixSV
n e)
data
TriMatrixSM
m n e
Source
Constructors
TriMatrixSM
(
Tri
Matrix
(m, m) e) (
Matrix
(m, n) e)
Instances
BLAS1
e =>
Show
(
TriMatrixSM
m n e)
(
Arbitrary
e,
BLAS3
e) =>
Arbitrary
(
TriMatrixSM
m n e)
Produced by
Haddock
version 2.3.0