Definition at line 881 of file vector_algebra_ofp.hpp.
Public Member Functions | |
for_each_norm (const vector_type &v, index_type &p, norm_result_type &n) | |
constructor | |
template<typename T > | |
void | operator() (T &t) const |
It call the copy function for each property. | |
Data Fields | |
const vector_type & | v |
index_type & | p |
norm_result_type & | n |
|
inline |
constructor
src | source encapsulated object |
dst | destination encapsulated object |
Definition at line 893 of file vector_algebra_ofp.hpp.
|
inline |
It call the copy function for each property.
Definition at line 898 of file vector_algebra_ofp.hpp.
norm_result_type& boost::numeric::odeint::vector_space_algebra_ofp::for_each_norm< vector_type, index_type, norm_result_type >::n |
Definition at line 885 of file vector_algebra_ofp.hpp.
index_type& boost::numeric::odeint::vector_space_algebra_ofp::for_each_norm< vector_type, index_type, norm_result_type >::p |
Definition at line 884 of file vector_algebra_ofp.hpp.
const vector_type& boost::numeric::odeint::vector_space_algebra_ofp::for_each_norm< vector_type, index_type, norm_result_type >::v |
Definition at line 883 of file vector_algebra_ofp.hpp.