Safe Haskell | None |
---|---|
Language | Haskell98 |
Numeric.LAPACK.Format
Documentation
Instances
Format Double Source # | |
Format Float Source # | |
Format Int Source # | |
Format a => Format [a] Source # | |
Real a => Format (Complex a) Source # | |
C sh => Format (Permutation sh) Source # | |
Defined in Numeric.LAPACK.Permutation.Private | |
(Format a, Format b) => Format (a, b) Source # | |
(FormatArray sh, Floating a) => Format (Array sh a) Source # | |
(Format a, Format b, Format c) => Format (a, b, c) Source # | |
(C vert, C horiz, C height, C width, Floating a) => Format (Householder vert horiz height width a) Source # | |
Defined in Numeric.LAPACK.Orthogonal.Private | |
(C vert, C horiz, C height, C width, Floating a) => Format (LowerUpper vert horiz height width a) Source # | |
Defined in Numeric.LAPACK.Linear.LowerUpper |
class C sh => FormatArray sh where Source #
Instances
Integral i => FormatArray (ZeroBased i) Source # | |
Defined in Numeric.LAPACK.Format | |
Integral i => FormatArray (OneBased i) Source # | |
Defined in Numeric.LAPACK.Format | |
C size => FormatArray (Hermitian size) Source # | |
Defined in Numeric.LAPACK.Format | |
(Natural offDiag, C size) => FormatArray (BandedHermitian offDiag size) Source # | |
Defined in Numeric.LAPACK.Format Methods formatArray :: Floating a => String -> Array (BandedHermitian offDiag size) a -> Box Source # | |
(Content lo, Content up, TriDiag diag, C size) => FormatArray (Triangular lo diag up size) Source # | |
Defined in Numeric.LAPACK.Format Methods formatArray :: Floating a => String -> Array (Triangular lo diag up size) a -> Box Source # | |
(C vert, C horiz, C height, C width) => FormatArray (Full vert horiz height width) Source # | |
Defined in Numeric.LAPACK.Format | |
(Eq lower, C vert, C horiz, C height, C width) => FormatArray (Split lower vert horiz height width) Source # | |
Defined in Numeric.LAPACK.Format | |
(Natural sub, Natural super, C vert, C horiz, C height, C width) => FormatArray (Banded sub super vert horiz height width) Source # | |
Defined in Numeric.LAPACK.Format |