|
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 84 of file RTOpPack_TOpSetElement.hpp.
| RTOpPack::TOpSetElement< Scalar >::TOpSetElement | ( | const Ordinal & | global_i_in = -1, |
| const Scalar & | val_i_in = static_cast<Scalar>(0.0) |
||
| ) | [inline] |
Definition at line 89 of file RTOpPack_TOpSetElement.hpp.
| void RTOpPack::TOpSetElement< Scalar >::initialize | ( | const Ordinal & | global_i_in, |
| const Scalar & | val_i_in | ||
| ) | [inline] |
Definition at line 97 of file RTOpPack_TOpSetElement.hpp.
| virtual Range1D RTOpPack::TOpSetElement< Scalar >::range_impl | ( | ) | const [inline, protected, virtual] |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 104 of file RTOpPack_TOpSetElement.hpp.
1.7.6.1