result = max{ v0[i], i=1...n }.
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 SubVectorT< Scalar > sub_vecs[], const int num_targ_vecs, const MutableSubVectorT< Scalar > targ_sub_vecs[], ReductTarget *reduct_obj) const |
| | |
Public Member Functions | |
| ROpMax () | |
| | |
| Scalar | operator() (const ReductTarget &reduct_obj) const |
| | |
result = max{ v0[i], i=1...n }.
Definition at line 39 of file RTOpPack_ROpMax.hpp.
|
|||||||||
|
Definition at line 42 of file RTOpPack_ROpMax.hpp. |
|
||||||||||
|
Definition at line 44 of file RTOpPack_ROpMax.hpp. |
|
||||||||||||||||
|
Reimplemented from RTOpPack::ROpScalarReductionBase< Scalar >. Definition at line 48 of file RTOpPack_ROpMax.hpp. |
|
||||||||||||||||||||||||||||
|
Implements RTOpPack::RTOpT< Scalar >. Definition at line 57 of file RTOpPack_ROpMax.hpp. |
1.3.9.1