|
Collection of Concrete Vector Reduction/Transformation Operator Implementations
Version of the Day
|
Element-wise product transformation operator: z0[i] += alpha*v0[i]*v1[i], i=0...n-1.
More...
#include <RTOpPack_TOpEleWiseProd.hpp>

Public Member Functions | |
| TOpEleWiseProd (const Scalar &alpha) | |
Element-wise product transformation operator: z0[i] += alpha*v0[i]*v1[i], i=0...n-1.
Definition at line 73 of file RTOpPack_TOpEleWiseProd.hpp.
|
inline |
Definition at line 79 of file RTOpPack_TOpEleWiseProd.hpp.
1.8.5