Safe Haskell | None |
---|---|
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 #
formatAligned :: Foldable f => [[f out]] -> out Source #
formatSeparateTriangle :: Foldable f => [[f out]] -> out Source #
Instances
Output Box Source # | |
Defined in Numeric.LAPACK.Output Methods text :: String -> Box Source # above :: Box -> Box -> Box Source # beside :: Box -> Box -> Box Source # formatRow :: [Box] -> Box Source # formatColumn :: [Box] -> Box Source # formatAligned :: Foldable f => [[f Box]] -> Box Source # formatSeparateTriangle :: Foldable f => [[f Box]] -> Box Source # |