Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Numeric.BLAS.Matrix.Modifier
Synopsis
- data Transposition
- transposeOrder :: Transposition -> Order -> Order
- data Conjugation
- conjugatedOnRowMajor :: Order -> Conjugation
- data Inversion
Documentation
data Transposition #
Constructors
NonTransposed | |
Transposed |
Instances
transposeOrder :: Transposition -> Order -> Order #
data Conjugation #
Constructors
NonConjugated | |
Conjugated |
Instances
conjugatedOnRowMajor :: Order -> Conjugation Source #
Deprecated: For internal use in package lapack
.
Constructors
NonInverted | |
Inverted |
Instances
Monoid Inversion | |
Semigroup Inversion | |
Bounded Inversion | |
Enum Inversion | |
Defined in Numeric.Netlib.Modifier Methods succ :: Inversion -> Inversion # pred :: Inversion -> Inversion # fromEnum :: Inversion -> Int # enumFrom :: Inversion -> [Inversion] # enumFromThen :: Inversion -> Inversion -> [Inversion] # enumFromTo :: Inversion -> Inversion -> [Inversion] # enumFromThenTo :: Inversion -> Inversion -> Inversion -> [Inversion] # | |
Show Inversion | |
Eq Inversion | |