|
RTOp Package Browser (Single Doxygen Collection)
Version of the Day
|
Returns the minimum element and its index: result.scalar = x(k) and result.index = k such that x(k) <= x(i) for i=0...n-1 and k is the minimum index to break ties.
More...
#include <RTOpPack_ROpMinIndex.hpp>

Public Member Functions | |
| ROpMinIndex () | |
| | |
| ScalarIndex< Scalar > | operator() (const ReductTarget &reduct_obj) const |
| | |
Returns the minimum element and its index: result.scalar = x(k) and result.index = k such that x(k) <= x(i) for i=0...n-1 and k is the minimum index to break ties.
Definition at line 104 of file RTOpPack_ROpMinIndex.hpp.
| RTOpPack::ROpMinIndex< Scalar >::ROpMinIndex | ( | ) | [inline] |
Definition at line 113 of file RTOpPack_ROpMinIndex.hpp.
| ScalarIndex<Scalar> RTOpPack::ROpMinIndex< Scalar >::operator() | ( | const ReductTarget & | reduct_obj | ) | const [inline] |
Reimplemented from RTOpPack::ROpScalarReductionWithOpBase< Scalar, ScalarIndex< Scalar >, ROpMinIndexReductObjReductionOp< Scalar > >.
Definition at line 120 of file RTOpPack_ROpMinIndex.hpp.
1.7.6.1