lapack-0.4: Numerical Linear Algebra using LAPACK
Safe HaskellNone
LanguageHaskell98

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

Instances details
Output Box Source # 
Instance details

Defined in Numeric.LAPACK.Output

(/+/) :: Output out => out -> out -> out Source #

(<+>) :: Output out => out -> out -> out Source #

hyper :: Html -> Graphic Source #