|
Collection of Concrete Vector Reduction/Transformation Operator Implementations Version of the Day
|
Add a scalar to a vector transformation operator: z0[i] += alpha, i=0...n-1.
More...
#include <RTOpPack_TOpAddScalar.hpp>

Public Member Functions | |
| TOpAddScalar (const Scalar &alpha) | |
Public Member Functions inherited from RTOpPack::TOp_0_1_Base< Scalar, TOpAddScalarEleWiseTransformation< Scalar > > | |
Public Member Functions inherited from RTOpPack::RTOpT< Scalar > | |
Add a scalar to a vector transformation operator: z0[i] += alpha, i=0...n-1.
Definition at line 73 of file RTOpPack_TOpAddScalar.hpp.
|
inline |
Definition at line 79 of file RTOpPack_TOpAddScalar.hpp.