Definition at line 188 of file vector_algebra_ofp.hpp.
Public Member Functions | |
| __device__ __host__ | for_each_prop7 (S1 &v1, S2 &v2, S3 &v3, S4 &v4, S5 &v5, S6 &v6, S7 &v7, 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 | |
| S1 & | v1 |
| S2 & | v2 |
| S3 & | v3 |
| S4 & | v4 |
| S5 & | v5 |
| S6 & | v6 |
| S7 & | v7 |
| index_type & | p |
| op_type & | op |
|
inline |
constructor
| src | source encapsulated object |
| dst | destination encapsulated object |
Definition at line 209 of file vector_algebra_ofp.hpp.
|
inline |
It call the copy function for each property.
Definition at line 214 of file vector_algebra_ofp.hpp.
| op_type& boost::numeric::odeint::for_each_prop7< S1, S2, S3, S4, S5, S6, S7, index_type, op_type >::op |
Definition at line 201 of file vector_algebra_ofp.hpp.
| index_type& boost::numeric::odeint::for_each_prop7< S1, S2, S3, S4, S5, S6, S7, index_type, op_type >::p |
Definition at line 200 of file vector_algebra_ofp.hpp.
| S1& boost::numeric::odeint::for_each_prop7< S1, S2, S3, S4, S5, S6, S7, index_type, op_type >::v1 |
Definition at line 191 of file vector_algebra_ofp.hpp.
| S2& boost::numeric::odeint::for_each_prop7< S1, S2, S3, S4, S5, S6, S7, index_type, op_type >::v2 |
Definition at line 192 of file vector_algebra_ofp.hpp.
| S3& boost::numeric::odeint::for_each_prop7< S1, S2, S3, S4, S5, S6, S7, index_type, op_type >::v3 |
Definition at line 193 of file vector_algebra_ofp.hpp.
| S4& boost::numeric::odeint::for_each_prop7< S1, S2, S3, S4, S5, S6, S7, index_type, op_type >::v4 |
Definition at line 194 of file vector_algebra_ofp.hpp.
| S5& boost::numeric::odeint::for_each_prop7< S1, S2, S3, S4, S5, S6, S7, index_type, op_type >::v5 |
Definition at line 195 of file vector_algebra_ofp.hpp.
| S6& boost::numeric::odeint::for_each_prop7< S1, S2, S3, S4, S5, S6, S7, index_type, op_type >::v6 |
Definition at line 196 of file vector_algebra_ofp.hpp.
| S7& boost::numeric::odeint::for_each_prop7< S1, S2, S3, S4, S5, S6, S7, index_type, op_type >::v7 |
Definition at line 197 of file vector_algebra_ofp.hpp.