result = max{ v0[i], i=0...n-1 }.
More...
#include <RTOpPack_ROpMax.hpp>
Inheritance diagram for RTOpPack::ROpMax< Scalar >:
Overridden from RTOpT | |
| void | reduce_reduct_objs (const ReductTarget &in_reduct_obj, ReductTarget *inout_reduct_obj) const |
| | |
| void | apply_op (const int num_vecs, const ConstSubVectorView< Scalar > sub_vecs[], const int num_targ_vecs, const SubVectorView< Scalar > targ_sub_vecs[], ReductTarget *reduct_obj) const |
| | |
Public Member Functions | |
| ROpMax () | |
| | |
| Scalar | operator() (const ReductTarget &reduct_obj) const |
| | |
result = max{ v0[i], i=0...n-1 }.
Definition at line 40 of file RTOpPack_ROpMax.hpp.
| RTOpPack::ROpMax< Scalar >::ROpMax | ( | ) | [inline] |
| Scalar RTOpPack::ROpMax< Scalar >::operator() | ( | const ReductTarget & | reduct_obj | ) | const [inline] |
| void RTOpPack::ROpMax< Scalar >::reduce_reduct_objs | ( | const ReductTarget & | in_reduct_obj, | |
| ReductTarget * | inout_reduct_obj | |||
| ) | const [inline, virtual] |
Reimplemented from RTOpPack::ROpScalarReductionBase< Scalar >.
Definition at line 49 of file RTOpPack_ROpMax.hpp.
| void RTOpPack::ROpMax< Scalar >::apply_op | ( | const int | num_vecs, | |
| const ConstSubVectorView< Scalar > | sub_vecs[], | |||
| const int | num_targ_vecs, | |||
| const SubVectorView< Scalar > | targ_sub_vecs[], | |||
| ReductTarget * | reduct_obj | |||
| ) | const [inline, virtual] |
1.4.7