Definition at line 15 of file vector_algebra_ofp.hpp.
Public Member Functions | |
__device__ __host__ | for_each_prop1 (vector_type &v, index_type &p, op_type &op) |
constructor | |
template<typename T > | |
__device__ __host__ void | operator() (T &t) const |
It call the copy function for each property. | |
Data Fields | |
vector_type & | v |
index_type & | p |
op_type & | op |
|
inline |
constructor
src | source encapsulated object |
dst | destination encapsulated object |
Definition at line 28 of file vector_algebra_ofp.hpp.
|
inline |
It call the copy function for each property.
Definition at line 33 of file vector_algebra_ofp.hpp.
op_type& boost::numeric::odeint::for_each_prop1< vector_type, index_type, op_type >::op |
Definition at line 20 of file vector_algebra_ofp.hpp.
index_type& boost::numeric::odeint::for_each_prop1< vector_type, index_type, op_type >::p |
Definition at line 19 of file vector_algebra_ofp.hpp.
vector_type& boost::numeric::odeint::for_each_prop1< vector_type, index_type, op_type >::v |
Definition at line 18 of file vector_algebra_ofp.hpp.