|
Collection of Concrete Vector Reduction/Transformation Operator Implementations
Version of the Day
|
Element-wise transformation for TOpSetElement. More...
#include <RTOpPack_TOpSetElement.hpp>
Public Member Functions | |
| TOpSetElementEleWiseTransformation (const Ordinal &global_i_in=-1, const Scalar &val_i_in=static_cast< Scalar >(0.0)) | |
| | |
| Ordinal | global_i () const |
| | |
| void | operator() (const Ordinal global_i_in, Scalar &z0) const |
| | |
Element-wise transformation for TOpSetElement.
Definition at line 55 of file RTOpPack_TOpSetElement.hpp.
| RTOpPack::TOpSetElementEleWiseTransformation< Scalar >::TOpSetElementEleWiseTransformation | ( | const Ordinal & | global_i_in = -1, |
| const Scalar & | val_i_in = static_cast<Scalar>(0.0) |
||
| ) | [inline] |
Definition at line 59 of file RTOpPack_TOpSetElement.hpp.
| Ordinal RTOpPack::TOpSetElementEleWiseTransformation< Scalar >::global_i | ( | ) | const [inline] |
Definition at line 64 of file RTOpPack_TOpSetElement.hpp.
| void RTOpPack::TOpSetElementEleWiseTransformation< Scalar >::operator() | ( | const Ordinal | global_i_in, |
| Scalar & | z0 | ||
| ) | const [inline] |
Definition at line 69 of file RTOpPack_TOpSetElement.hpp.
1.7.6.1