OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
boost::numeric::odeint::vector_space_algebra_ofp::for_each_norm< vector_type, index_type, norm_result_type > Struct Template Reference

Detailed Description

template<typename vector_type, typename index_type, typename norm_result_type>
struct boost::numeric::odeint::vector_space_algebra_ofp::for_each_norm< vector_type, index_type, norm_result_type >

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_typev
 
index_type & p
 
norm_result_type & n
 

Constructor & Destructor Documentation

◆ for_each_norm()

template<typename vector_type , typename index_type , typename norm_result_type >
boost::numeric::odeint::vector_space_algebra_ofp::for_each_norm< vector_type, index_type, norm_result_type >::for_each_norm ( const vector_type v,
index_type &  p,
norm_result_type &  n 
)
inline

constructor

Parameters
srcsource encapsulated object
dstdestination encapsulated object

Definition at line 893 of file vector_algebra_ofp.hpp.

Member Function Documentation

◆ operator()()

template<typename vector_type , typename index_type , typename norm_result_type >
template<typename T >
void boost::numeric::odeint::vector_space_algebra_ofp::for_each_norm< vector_type, index_type, norm_result_type >::operator() ( T &  t) const
inline

It call the copy function for each property.

Definition at line 898 of file vector_algebra_ofp.hpp.

Field Documentation

◆ n

template<typename vector_type , typename index_type , typename norm_result_type >
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.

◆ p

template<typename vector_type , typename index_type , typename norm_result_type >
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.

◆ v

template<typename vector_type , typename index_type , typename norm_result_type >
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.


The documentation for this struct was generated from the following file: