lapack-0.5.0.3: 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 #

formatTable :: [[(Separator, Style, out)]] -> out Source #

Instances
Output Box Source # 
Instance details

Defined in Numeric.LAPACK.Output

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 #

data Style Source #

Constructors

Stored 
Derived 
Instances
Enum Style Source # 
Instance details

Defined in Numeric.LAPACK.Output

Eq Style Source # 
Instance details

Defined in Numeric.LAPACK.Output

Methods

(==) :: Style -> Style -> Bool #

(/=) :: Style -> Style -> Bool #

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

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

hyper :: Html -> Graphic Source #