| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Math.Integrators.RK.Types
- data ImplicitRkType a
- = FixedPoint (Int -> a -> a -> Bool)
- | NewtonIteration
Documentation
data ImplicitRkType a Source #
type implicit solver
Constructors
| FixedPoint (Int -> a -> a -> Bool) | |
| NewtonIteration |