Collection of Concrete Vector Reduction/Transformation Operator Implementations Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | List of all members
RTOpPack::TOpEleWiseConjProd< Scalar > Class Template Reference

Element-wise product transformation operator: z0[i] += alpha*conj(v0[i])*v1[i], i=0...n-1. More...

#include <RTOpPack_TOpEleWiseConjProd.hpp>

Inheritance diagram for RTOpPack::TOpEleWiseConjProd< Scalar >:
Inheritance graph
[legend]

Public Member Functions

 TOpEleWiseConjProd (const Scalar &alpha)
 

Detailed Description

template<class Scalar>
class RTOpPack::TOpEleWiseConjProd< Scalar >

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.

Constructor & Destructor Documentation

◆ TOpEleWiseConjProd()

template<class Scalar >
RTOpPack::TOpEleWiseConjProd< Scalar >::TOpEleWiseConjProd ( const Scalar & alpha)
inline

Definition at line 80 of file RTOpPack_TOpEleWiseConjProd.hpp.


The documentation for this class was generated from the following file: