lapack-0.5.1.1: Numerical Linear Algebra using LAPACK
Safe HaskellSafe-Inferred
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

Instances details
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 Separator Source #

Constructors

Empty 
Space 
Bar 

Instances

Instances details
Show Separator Source # 
Instance details

Defined in Numeric.LAPACK.Output

Eq Separator Source # 
Instance details

Defined in Numeric.LAPACK.Output

Ord Separator Source # 
Instance details

Defined in Numeric.LAPACK.Output

data Style Source #

Constructors

Stored 
Derived 

Instances

Instances details
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 #