|
Support Software for Vector Reduction/Transformation Operators
Version of the Day
|
Base class for transformations for 0 input and 1 output vector. More...
#include <RTOpPack_RTOpTHelpers_decl.hpp>

Public Member Functions | |
| TOp_0_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 |
| | |
Base class for transformations for 0 input and 1 output vector.
Definition at line 784 of file RTOpPack_RTOpTHelpers_decl.hpp.
| RTOpPack::TOp_0_1_Base< Scalar, EleWiseTransformation >::TOp_0_1_Base | ( | EleWiseTransformation | eleWiseTransformation = EleWiseTransformation() | ) | [inline] |
Definition at line 789 of file RTOpPack_RTOpTHelpers_decl.hpp.
| void RTOpPack::TOp_0_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 [inline, virtual] |
Implements RTOpPack::RTOpT< Scalar >.
Definition at line 799 of file RTOpPack_RTOpTHelpers_decl.hpp.
1.7.6.1