lapack-0.3.1: Numerical Linear Algebra using LAPACK

Safe HaskellNone

Numeric.LAPACK.Output

Documentation

class Output out whereSource

Methods

text :: String -> outSource

above :: out -> out -> outSource

beside :: out -> out -> outSource

formatRow, formatColumn :: [out] -> outSource

formatAligned :: Foldable f => [[f out]] -> outSource

formatSeparateTriangle :: Foldable f => [[f out]] -> outSource

Instances

Output Box 
Output Html 

(/+/) :: Output out => out -> out -> outSource

(<+>) :: Output out => out -> out -> outSource

hyper :: Html -> GraphicSource