Support Software for Vector Reduction/Transformation Operators  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
RTOpPack::TOp_1_1_Base< Scalar, EleWiseTransformation > Class Template Reference

Base class for transformations for 1 input and 1 output vector. More...

#include <RTOpPack_RTOpTHelpers_decl.hpp>

Inheritance diagram for RTOpPack::TOp_1_1_Base< Scalar, EleWiseTransformation >:
Inheritance graph
[legend]

Public Member Functions

 TOp_1_1_Base (EleWiseTransformation eleWiseTransformation=EleWiseTransformation())
 

Overridden from RTOpT

void apply_op_impl (const ArrayView< const ConstSubVectorView< Scalar > > &sub_vecs, const ArrayView< const SubVectorView< Scalar > > &targ_sub_vecs, const Ptr< ReductTarget > &reduct_obj_inout) const
 

Detailed Description

template<class Scalar, class EleWiseTransformation>
class RTOpPack::TOp_1_1_Base< Scalar, EleWiseTransformation >

Base class for transformations for 1 input and 1 output vector.

Definition at line 933 of file RTOpPack_RTOpTHelpers_decl.hpp.

Constructor & Destructor Documentation

template<class Scalar , class EleWiseTransformation >
RTOpPack::TOp_1_1_Base< Scalar, EleWiseTransformation >::TOp_1_1_Base ( EleWiseTransformation  eleWiseTransformation = EleWiseTransformation())
inline

Definition at line 938 of file RTOpPack_RTOpTHelpers_decl.hpp.

Member Function Documentation

template<class Scalar , class EleWiseTransformation >
void RTOpPack::TOp_1_1_Base< Scalar, EleWiseTransformation >::apply_op_impl ( const ArrayView< const ConstSubVectorView< Scalar > > &  sub_vecs,
const ArrayView< const SubVectorView< Scalar > > &  targ_sub_vecs,
const Ptr< ReductTarget > &  reduct_obj_inout 
) const
inlinevirtual

Implements RTOpPack::RTOpT< Scalar >.

Definition at line 948 of file RTOpPack_RTOpTHelpers_decl.hpp.


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