Collection of Concrete Vector Reduction/Transformation Operator Implementations Version of the Day
Loading...
Searching...
No Matches
RTOpPack::TOpSetAssendingValues< Scalar > Class Template Reference

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

#include <RTOpPack_TOpSetAssendingValues.hpp>

Inheritance diagram for RTOpPack::TOpSetAssendingValues< Scalar >:

Public Member Functions

 TOpSetAssendingValues (const Scalar &offset=static_cast< Scalar >(0.0))
 
- Public Member Functions inherited from RTOpPack::TOp_0_1_CoordVariantBase< Scalar, TOpSetAssendingValuesEleWiseTransformation< Scalar > >
- Public Member Functions inherited from RTOpPack::RTOpT< Scalar >

Detailed Description

template<class Scalar>
class RTOpPack::TOpSetAssendingValues< Scalar >

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

Definition at line 75 of file RTOpPack_TOpSetAssendingValues.hpp.

Constructor & Destructor Documentation

◆ TOpSetAssendingValues()

template<class Scalar >
RTOpPack::TOpSetAssendingValues< Scalar >::TOpSetAssendingValues ( const Scalar & offset = static_cast<Scalar>(0.0))
inline

Definition at line 81 of file RTOpPack_TOpSetAssendingValues.hpp.


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