conspire::math

Module integrate

Source
Expand description

Integration and ODEs.

Structs§

  • Implicit, single-stage, first-order, fixed-step, Runge-Kutta method.
  • Explicit, three-stage, third-order, variable-step, Runge-Kutta method.
  • Explicit, six-stage, fifth-order, variable-step, Runge-Kutta method.
  • Explicit, thirteen-stage, eighth-order, variable-step, Runge-Kutta method.
  • Explicit, sixteen-stage, ninth-order, variable-step, Runge-Kutta method.

Enums§

Traits§

  • Base trait for explicit ordinary differential equation solvers.
  • Base trait for implicit ordinary differential equation solvers.
  • Base trait for ordinary differential equation solvers.

Type Aliases§