Expand description
Types for ODE solver module
This module defines the core types used by ODE solvers, including method enums, options, and results.
Structs§
- Mass
Matrix - Mass matrix for ODE system of the form M(t,y)·y’ = f(t,y)
- ODEOptions
- Options for controlling the behavior of ODE solvers
- ODEResult
- Result of ODE integration
Enums§
- Mass
Matrix Type - Type of mass matrix for ODE system
- ODEMethod
- ODE solver method
Type Aliases§
- State
Function - Type alias for state-dependent matrix function
- Time
Function - Type alias for time-dependent matrix function