Collection of Concrete Vector Reduction/Transformation Operator Implementations  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Member Functions | List of all members
RTOpPack::TOpSetElement< Scalar > Class Template Reference

Set the elements of a vector to: z0[i] = i+global_i+1, i=0...n-1. More...

#include <RTOpPack_TOpSetElement.hpp>

Inheritance diagram for RTOpPack::TOpSetElement< Scalar >:
Inheritance graph
[legend]

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
 

Detailed Description

template<class Scalar>
class RTOpPack::TOpSetElement< Scalar >

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.

Constructor & Destructor Documentation

template<class Scalar >
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.

Member Function Documentation

template<class Scalar >
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.

template<class Scalar >
virtual Range1D RTOpPack::TOpSetElement< Scalar >::range_impl ( ) const
inlineprotectedvirtual

Reimplemented from RTOpPack::RTOpT< Scalar >.

Definition at line 104 of file RTOpPack_TOpSetElement.hpp.


The documentation for this class was generated from the following file: