Definition at line 829 of file vector_algebra_ofp_gpu.hpp.
Public Types | |
typedef void | result_type |
Public Member Functions | |
rel_error (Fac1 eps_abs, Fac1 eps_rel, Fac1 a_x, Fac1 a_dxdt) | |
template<class T1 , class T2 , class T3 > | |
__device__ __host__ void | operator() (T3 &t3, const T1 &t1, const T2 &t2) const |
Data Fields | |
const Fac1 | m_eps_abs |
const Fac1 | m_eps_rel |
const Fac1 | m_a_x |
const Fac1 | m_a_dxdt |
typedef void boost::numeric::odeint::ofp_operations::rel_error< Fac1 >::result_type |
Definition at line 844 of file vector_algebra_ofp_gpu.hpp.
|
inline |
Definition at line 833 of file vector_algebra_ofp_gpu.hpp.
|
inline |
Definition at line 838 of file vector_algebra_ofp_gpu.hpp.
const Fac1 boost::numeric::odeint::ofp_operations::rel_error< Fac1 >::m_a_dxdt |
Definition at line 831 of file vector_algebra_ofp_gpu.hpp.
const Fac1 boost::numeric::odeint::ofp_operations::rel_error< Fac1 >::m_a_x |
Definition at line 831 of file vector_algebra_ofp_gpu.hpp.
const Fac1 boost::numeric::odeint::ofp_operations::rel_error< Fac1 >::m_eps_abs |
Definition at line 831 of file vector_algebra_ofp_gpu.hpp.
const Fac1 boost::numeric::odeint::ofp_operations::rel_error< Fac1 >::m_eps_rel |
Definition at line 831 of file vector_algebra_ofp_gpu.hpp.