Collection of Concrete Vector Reduction/Transformation Operator Implementations  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends
Public Member Functions
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]

List of all members.

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

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends