Definition at line 966 of file vector_algebra_ofp_gpu.hpp.
Public Member Functions | |
rel_error_l2_2 (Fac1 eps_abs, Fac1 eps_rel, Fac1 a_x, Fac1 a_dxdt) | |
template<class Res , class T1 , class T2 , class T3 , class T4 > | |
__device__ __host__ Res | operator() (Res r, const T1 &x_old, const T2 &, const T3 &dxdt_old, const T4 &x_err) |
Data Fields | |
const Fac1 | m_eps_abs |
const Fac1 | m_eps_rel |
const Fac1 | m_a_x |
const Fac1 | m_a_dxdt |
|
inline |
Definition at line 970 of file vector_algebra_ofp_gpu.hpp.
|
inline |
Definition at line 975 of file vector_algebra_ofp_gpu.hpp.
const Fac1 boost::numeric::odeint::ofp_operations::rel_error_l2_2< Fac1 >::m_a_dxdt |
Definition at line 968 of file vector_algebra_ofp_gpu.hpp.
const Fac1 boost::numeric::odeint::ofp_operations::rel_error_l2_2< Fac1 >::m_a_x |
Definition at line 968 of file vector_algebra_ofp_gpu.hpp.
const Fac1 boost::numeric::odeint::ofp_operations::rel_error_l2_2< Fac1 >::m_eps_abs |
Definition at line 968 of file vector_algebra_ofp_gpu.hpp.
const Fac1 boost::numeric::odeint::ofp_operations::rel_error_l2_2< Fac1 >::m_eps_rel |
Definition at line 968 of file vector_algebra_ofp_gpu.hpp.