Collection of Concrete Vector Reduction/Transformation Operator Implementations
Version of the Day
|
Set the elements of a vector to: z0[i] = i+global_i+1, i=0...n-1
.
More...
#include <RTOpPack_TOpSetElement.hpp>
Public Member Functions | |
TOpSetElement (const Ordinal &global_i_in=-1, const Scalar &val_i_in=static_cast< Scalar >(0.0)) | |
void | initialize (const Ordinal &global_i_in, const Scalar &val_i_in) |
Protected Member Functions | |
virtual Range1D | range_impl () const |
Set the elements of a vector to: z0[i] = i+global_i+1, i=0...n-1
.
Definition at line 52 of file RTOpPack_TOpSetElement.hpp.
|
inline |
Definition at line 57 of file RTOpPack_TOpSetElement.hpp.
|
inline |
Definition at line 65 of file RTOpPack_TOpSetElement.hpp.
|
inlineprotectedvirtual |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 72 of file RTOpPack_TOpSetElement.hpp.