[][src]Module bacon_sci::ivp::adams

Structs

Adams

5th order Adams predictor-corrector method for solving an IVP.

AdamsInfo

Provides an IVPSolver implementation for AdamsSolver, based on the predictor and correctorr coefficients. It is up to the AdamsSolver to set up AdamsInfo with the correct coefficients.

Traits

AdamsSolver

This trait allows a struct to be used in the Adams Predictor-Corrector solver