CppADCodeGen  HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
CppAD::cg::LoopIndexedPosition Class Reference
Inheritance diagram for CppAD::cg::LoopIndexedPosition:
Inheritance graph
Collaboration diagram for CppAD::cg::LoopIndexedPosition:
Collaboration graph

Public Member Functions

 LoopIndexedPosition (size_t t, size_t o, size_t it)
 

Public Attributes

size_t iteration
 
size_t tape
 
size_t original
 

Detailed Description

Variable position which changes from iteration to iteration

Definition at line 47 of file loop_position.hpp.

Constructor & Destructor Documentation

◆ LoopIndexedPosition()

CppAD::cg::LoopIndexedPosition::LoopIndexedPosition ( size_t  t,
size_t  o,
size_t  it 
)
inline
Parameters
tIndex in the loop tape
oIndex in the original tape
itIteration index

Definition at line 61 of file loop_position.hpp.


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