|
| __device__ __host__ | for_each_prop4 (S1 &v1, S2 &v2, S3 &v3, S4 &v4, index_type &p, op_type &op) |
| | constructor More...
|
| |
|
template<typename T > |
| __device__ __host__ void | operator() (T &t) const |
| | It call the copy function for each property.
|
| |
|
|
S1 & | v1 |
| |
|
S2 & | v2 |
| |
|
S3 & | v3 |
| |
|
S4 & | v4 |
| |
|
index_type & | p |
| |
|
op_type & | op |
| |
template<typename S1, typename S2, typename S3, typename S4, typename index_type, typename op_type>
struct boost::numeric::odeint::for_each_prop4< S1, S2, S3, S4, index_type, op_type >
Definition at line 97 of file vector_algebra_ofp.hpp.
◆ for_each_prop4()
template<typename S1 , typename S2 , typename S3 , typename S4 , typename index_type , typename op_type >
| __device__ __host__ boost::numeric::odeint::for_each_prop4< S1, S2, S3, S4, index_type, op_type >::for_each_prop4 |
( |
S1 & |
v1, |
|
|
S2 & |
v2, |
|
|
S3 & |
v3, |
|
|
S4 & |
v4, |
|
|
index_type & |
p, |
|
|
op_type & |
op |
|
) |
| |
|
inline |
constructor
- Parameters
-
| src | source encapsulated object |
| dst | destination encapsulated object |
Definition at line 114 of file vector_algebra_ofp.hpp.
The documentation for this struct was generated from the following file: