Expand description
Defines State, the core object which is acted upon during integration.
Structs§
- Constant
State FnMut - Constant function of the state
- DDEMut
State FnMut - Mutable time-, mutable position-, and past state-dependent function of the state
- DDEState
FnMut - Time-, position-, and past state-dependent function of the state
- ODE2
MutState FnMut - Time- and position-mutating function of the state
- ODE2
State FnMut - Time- and position-depending function of the state
- ODEMut
State FnMut - Position-mutating function of the state
- ODEState
FnMut - Position-dependent function of the state
- RKState
- State is an object that represents the state of the equation during solving.
- State
Coord Fn - Struct that holds a reference to the state, and the coordinate index.
- State
FnMut Composition - Composition of a regular function and a state function
- Time
MutState FnMut - Time-mutating function of the state
- Time
State FnMut - Time-dependent function of the state
Traits§
- MutState
FnMut - Trait, that defines how a function is evaluated at the state, which can also mutate the state.
- State
- Trait that abstracts state of the equation over used numerical method.
- State
Coord FnTrait - Trait to erase generic parameter S from StateCoordFn
- State
FnMut - Trait, that defines how a function is evaluated at the state.