Adams-Bashforth integrator implementation.
Definition in file AdamsBashforth.hpp.
Go to the source code of this file.
Namespaces | |
mm | |
Root namespace for the whole library. | |
mm::integrators | |
Namespace containing most known methods for integrating ODEs. | |
mm::integrators::ExplicitMultistep | |
Namespace containing factory functions for explicit linear multistep integrators. | |
Functions | |
template<typename scalar_t , int num_steps> | |
std::ostream & | mm::operator<< (std::ostream &os, const AdamsBashforth< scalar_t, num_steps > &method) |
Output the method's tableau for debugging. More... | |