Collection of Concrete Vector Reduction/Transformation Operator Implementations  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends
Public Member Functions
RTOpPack::TOpEleWiseProdUpdate< Scalar > Class Template Reference

Element-wise product update transformation operator: z0[i] *= alpha*v0[i], i=0...n-1. More...

#include <RTOpPack_TOpEleWiseProdUpdate.hpp>

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

List of all members.

Public Member Functions

 TOpEleWiseProdUpdate (const Scalar &alpha)
 

Detailed Description

template<class Scalar>
class RTOpPack::TOpEleWiseProdUpdate< Scalar >

Element-wise product update transformation operator: z0[i] *= alpha*v0[i], i=0...n-1.

Definition at line 73 of file RTOpPack_TOpEleWiseProdUpdate.hpp.


Constructor & Destructor Documentation

template<class Scalar >
RTOpPack::TOpEleWiseProdUpdate< Scalar >::TOpEleWiseProdUpdate ( const Scalar &  alpha) [inline]

Definition at line 79 of file RTOpPack_TOpEleWiseProdUpdate.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends