Safe Haskell | None |
---|---|
Language | Haskell98 |
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 #