BubbleProfiler
0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
|
Go to the source code of this file.
Namespaces | |
BubbleProfiler | |
Typedefs | |
using | BubbleProfiler::Constant_step_size_RK4 = Fixed_step_size_integrator< double, Eigen::VectorXd > |
using | BubbleProfiler::Constant_step_size_euler = Fixed_step_size_integrator< double, Eigen::VectorXd, boost::numeric::odeint::euler< Eigen::VectorXd, double, Eigen::VectorXd, double, State_algebra_dispatcher< Eigen::VectorXd >::algebra_type > > |
using | BubbleProfiler::Controlled_step_size_RK4 = Controlled_step_size_integrator< double, Eigen::VectorXd, boost::numeric::odeint::runge_kutta_cash_karp54< Eigen::VectorXd, double, Eigen::VectorXd, double, State_algebra_dispatcher< Eigen::VectorXd >::algebra_type > > |
using | BubbleProfiler::Controlled_step_size_RKD5 = Controlled_step_size_integrator< double, Eigen::VectorXd, boost::numeric::odeint::runge_kutta_dopri5< Eigen::VectorXd, double, Eigen::VectorXd, double, State_algebra_dispatcher< Eigen::VectorXd >::algebra_type > > |