Collection of Concrete Vector Reduction/Transformation Operator Implementations
Version of the Day
|
Pair-wise Maximum transformation operator: z0[i] = alpha*max(v0[i],v1[i]), i=0...n-1
.
More...
#include <RTOpPack_TOpPairWiseMax.hpp>
Public Member Functions | |
TOpPairWiseMax (const Scalar &alpha) | |
Pair-wise Maximum transformation operator: z0[i] = alpha*max(v0[i],v1[i]), i=0...n-1
.
Definition at line 41 of file RTOpPack_TOpPairWiseMax.hpp.
|
inline |
Definition at line 47 of file RTOpPack_TOpPairWiseMax.hpp.