Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
compute_algebra.hpp File Reference
#include <boost/preprocessor/repetition.hpp>
#include <boost/compute.hpp>
Include dependency graph for compute_algebra.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::numeric::odeint::compute_algebra
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::numeric
 
 boost::numeric::odeint
 

Macros

#define BOOST_ODEINT_COMPUTE_STATE_PARAM(z, n, unused)   StateType ## n &s ## n,
 
#define BOOST_ODEINT_COMPUTE_ALGEBRA(z, n, unused)
 

Macro Definition Documentation

#define BOOST_ODEINT_COMPUTE_ALGEBRA (   z,
  n,
  unused 
)
Value:
template< BOOST_PP_ENUM_PARAMS(n, class StateType), class Operation > \
static void for_each ## n( \
Operation op \
) \
{ \
}
#define BOOST_ODEINT_COMPUTE_STATE_PARAM(z, n, unused)
Definition: compute_algebra.hpp:31
#define BOOST_PP_REPEAT
Definition: repeat.hpp:29
SocketService & s
Definition: connect.hpp:522
#define n
Definition: register_functions_iterate.hpp:7
BOOST_FUSION_GPU_ENABLED enable_if< traits::is_sequence< Sequence >, void >::type for_each(Sequence &seq, F const &f)
Definition: for_each.hpp:37
#define BOOST_PP_ENUM_PARAMS(count, param)
Definition: enum_params.hpp:26
#define BOOST_ODEINT_COMPUTE_STATE_PARAM (   z,
  n,
  unused 
)    StateType ## n &s ## n,