numeric-ode-0.0.0.0: Ode solvers

Safe HaskellSafe
LanguageHaskell2010

Math.Integrators.RK.Types

Synopsis

Documentation

data ImplicitRkType a Source #

type implicit solver

Constructors

FixedPoint (Int -> a -> a -> Bool) 
NewtonIteration