Paraiso-0.3.1.5: a code generator for partial differential equations solvers.

Safe HaskellNone
LanguageHaskell2010

Language.Paraiso.Optimization

Description

tipycal optimization menu

Synopsis

Documentation

data Level Source

Constructors

Unoptimized 
O0 
O1 
O2 
O3 

class (Vector v, Num g, Ord g, C g, Show g, Typeable g, C (v g), Ord (v g), Show (v g)) => Ready v g Source

(Ready v g) indicates that the pair (v, g) has all the instances for the full optimizations to be serviced.

Instances

(Vector v, Num g, Ord g, C g, Show g, Typeable * g, C (v g), Ord (v g), Show (v g)) => Ready v g Source