Collection of Concrete Vector Reduction/Transformation Operator Implementations
Version of the Day
|
Element-wise product transformation operator: z0[i] += alpha*conj(v0[i])*v1[i], i=0...n-1
.
More...
#include <RTOpPack_TOpEleWiseConjProd.hpp>
Public Member Functions | |
TOpEleWiseConjProd (const Scalar &alpha) | |
Element-wise product transformation operator: z0[i] += alpha*conj(v0[i])*v1[i], i=0...n-1
.
Definition at line 74 of file RTOpPack_TOpEleWiseConjProd.hpp.
|
inline |
Definition at line 80 of file RTOpPack_TOpEleWiseConjProd.hpp.