DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
|
Public Types | |
using | value_type = typename DOP853Integrator< S >::value_type |
Static Public Member Functions | |
static value_type | contd8 (int ii, value_type x, const value_type *con, const int *icomp, int nd, value_type xold, value_type h) |
Definition at line 14 of file dop853.hpp.
using diffeq::DOP853DenseOutputHelper< S >::value_type = typename DOP853Integrator<S>::value_type |
Definition at line 16 of file dop853.hpp.
|
inlinestatic |
Definition at line 25 of file dop853.hpp.