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.Format | |
(Format a, Format b) => Format (a, b) Source # | |
(FormatArray sh, Floating a) => Format (Array sh a) Source # | |
(FormatMatrix typ, Floating a) => Format (Matrix typ a) Source # | |
(Format a, Format b, Format c) => Format (a, b, c) Source # | |
class C sh => FormatArray sh where Source #
Instances
class FormatMatrix typ where Source #
Instances
C sh => FormatMatrix (Permutation sh) Source # | |
Defined in Numeric.LAPACK.Matrix.Type formatMatrix :: (Floating a, Output out) => String -> Matrix (Permutation sh) a -> out Source # | |
FormatArray sh => FormatMatrix (Array sh) Source # | |
Defined in Numeric.LAPACK.Matrix.Array |