RTOp Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros
RTOpPack_RTOpTHelpers_def.hpp File Reference
#include "RTOpPack_RTOpTHelpers_decl.hpp"
Include dependency graph for RTOpPack_RTOpTHelpers_def.hpp:

Go to the source code of this file.

Namespaces

 RTOpPack
 

Macros

#define RTOPPACK_RTOPT_HELPERS_DEFAULTREDUCTTARGET_INSTANT(SCALAR)
 
#define RTOPPACK_RTOPT_HELPERS_INSTANT_SCALAR(SCALAR)
 

Macro Definition Documentation

#define RTOPPACK_RTOPT_HELPERS_DEFAULTREDUCTTARGET_INSTANT (   SCALAR)
Value:
\
template std::string DefaultReductTarget<SCALAR >::description() const;

Definition at line 178 of file RTOpPack_RTOpTHelpers_def.hpp.

#define RTOPPACK_RTOPT_HELPERS_INSTANT_SCALAR (   SCALAR)
Value:
\
template void validate_apply_op<SCALAR >( \
const RTOpT<SCALAR > &op, \
const int allowed_num_sub_vecs, \
const int allowed_num_targ_sub_vecs, \
const bool expect_reduct_obj, \
const ArrayView<const ConstSubVectorView<SCALAR > > &sub_vecs, \
const ArrayView<const SubVectorView<SCALAR > > &targ_sub_vecs, \
const Ptr<const ReductTarget> &reduct_obj \
); \
\
#define RTOPPACK_RTOPT_HELPERS_DEFAULTREDUCTTARGET_INSTANT(SCALAR)

Definition at line 183 of file RTOpPack_RTOpTHelpers_def.hpp.