|
Collection of Concrete Vector Reduction/Transformation Operator Implementations
Version of the Day
|
#include <RTOpPack_ROpMaxIndexLessThanBound.hpp>
Public Member Functions | |
| ROpMaxIndexLessThanBoundEleWiseReductionOp (const Scalar &bound=ScalarTraits< Scalar >::zero()) | |
| | |
| void | operator() (const index_type i, const Scalar &v0, ScalarIndex< Scalar > &reduct) const |
| | |
Definition at line 55 of file RTOpPack_ROpMaxIndexLessThanBound.hpp.
| RTOpPack::ROpMaxIndexLessThanBoundEleWiseReductionOp< Scalar >::ROpMaxIndexLessThanBoundEleWiseReductionOp | ( | const Scalar & | bound = ScalarTraits<Scalar>::zero() | ) | [inline] |
Definition at line 58 of file RTOpPack_ROpMaxIndexLessThanBound.hpp.
| void RTOpPack::ROpMaxIndexLessThanBoundEleWiseReductionOp< Scalar >::operator() | ( | const index_type | i, |
| const Scalar & | v0, | ||
| ScalarIndex< Scalar > & | reduct | ||
| ) | const [inline] |
Definition at line 64 of file RTOpPack_ROpMaxIndexLessThanBound.hpp.
1.7.6.1