DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
Loading...
Searching...
No Matches
diffeq::DOP853DenseOutputHelper< S > Class Template Reference

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)
 

Detailed Description

template<system_state S>
class diffeq::DOP853DenseOutputHelper< S >

Definition at line 14 of file dop853.hpp.

Member Typedef Documentation

◆ value_type

template<system_state S>
using diffeq::DOP853DenseOutputHelper< S >::value_type = typename DOP853Integrator<S>::value_type

Definition at line 16 of file dop853.hpp.

Member Function Documentation

◆ contd8()

template<system_state S>
static value_type diffeq::DOP853DenseOutputHelper< S >::contd8 ( int  ii,
value_type  x,
const value_type *  con,
const int *  icomp,
int  nd,
value_type  xold,
value_type  h 
)
inlinestatic

Definition at line 25 of file dop853.hpp.


The documentation for this class was generated from the following file: