|
RTOp Package Browser (Single Doxygen Collection)
Version of the Day
|
AXPY transformation operator: z0[i] += alpha*v0[i], i=0...n-1.
More...
#include <RTOpPack_TOpAXPY.hpp>

Public Types | |
| typedef TOp_1_1_Base< Scalar, TOpAXPYEleWiseTransformation < Scalar > > | base_t |
Public Member Functions | |
| TOpAXPY (const Scalar &alpha) | |
| | |
AXPY transformation operator: z0[i] += alpha*v0[i], i=0...n-1.
Definition at line 73 of file RTOpPack_TOpAXPY.hpp.
| typedef TOp_1_1_Base<Scalar, TOpAXPYEleWiseTransformation<Scalar> > RTOpPack::TOpAXPY< Scalar >::base_t |
Definition at line 77 of file RTOpPack_TOpAXPY.hpp.
| RTOpPack::TOpAXPY< Scalar >::TOpAXPY | ( | const Scalar & | alpha | ) | [inline] |
Definition at line 79 of file RTOpPack_TOpAXPY.hpp.
1.7.6.1