Collection of Concrete Vector Reduction/Transformation Operator Implementations  Version of the Day
Public Member Functions | List of all members
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 >:
Inheritance graph
[legend]

Public Member Functions

 TOpSetAssendingValues (const Scalar &offset=static_cast< Scalar >(0.0))
 

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: