|
RTOp Package Browser (Single Doxygen Collection)
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 Types | |
| typedef TOp_2_1_Base< Scalar, TOpEleWiseProdEleWiseTransformation < Scalar > > | base_t |
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.
| typedef TOp_2_1_Base<Scalar, TOpEleWiseProdEleWiseTransformation<Scalar> > RTOpPack::TOpEleWiseProd< Scalar >::base_t |
Definition at line 77 of file RTOpPack_TOpEleWiseProd.hpp.
| RTOpPack::TOpEleWiseProd< Scalar >::TOpEleWiseProd | ( | const Scalar & | alpha | ) | [inline] |
Definition at line 79 of file RTOpPack_TOpEleWiseProd.hpp.
1.7.6.1