Collection of Concrete Vector Reduction/Transformation Operator Implementations  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
RTOpPack::TOpPairWiseMax< Scalar > Class Template Reference

Pair-wise Maximum transformation operator: z0[i] = alpha*max(v0[i],v1[i]), i=0...n-1. More...

#include <RTOpPack_TOpPairWiseMax.hpp>

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

Public Member Functions

 TOpPairWiseMax (const Scalar &alpha)
 

Detailed Description

template<class Scalar>
class RTOpPack::TOpPairWiseMax< Scalar >

Pair-wise Maximum transformation operator: z0[i] = alpha*max(v0[i],v1[i]), i=0...n-1.

Definition at line 73 of file RTOpPack_TOpPairWiseMax.hpp.

Constructor & Destructor Documentation

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

Definition at line 79 of file RTOpPack_TOpPairWiseMax.hpp.


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