Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Numeric.LAPACK.Output
Documentation
class Output out where Source #
Methods
text :: String -> out Source #
above :: out -> out -> out Source #
beside :: out -> out -> out Source #
formatRow :: [out] -> out Source #
formatColumn :: [out] -> out Source #
formatTable :: [[(Separator, Style, out)]] -> out Source #
Instances
formatAligned :: (Foldable f, Output out) => [[f out]] -> out Source #
formatSeparateTriangle :: (Foldable f, Output out) => [[f out]] -> out Source #
decorateTriangle :: ([Separator] -> [Style] -> f a -> f b) -> [f a] -> [f b] Source #
Instances
Show Separator Source # | |
Eq Separator Source # | |
Ord Separator Source # | |