numeric-ode-0.0.0.0: Ode solvers

Safe HaskellSafe
LanguageHaskell2010

Math.Integrators.RK.Internal

Synopsis

Documentation

data MExp Source #

Internal type that users by

Constructors

Delimeter 
Row (Maybe Double, [Double]) 

Instances

Eq MExp Source # 

Methods

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

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

Show MExp Source # 

Methods

showsPrec :: Int -> MExp -> ShowS #

show :: MExp -> String #

showList :: [MExp] -> ShowS #