CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
Loading...
Searching...
No Matches
CppAD::cg::LoopIndexedPosition Class Reference

#include <loop_position.hpp>

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() [1/2]

CppAD::cg::LoopIndexedPosition::LoopIndexedPosition ( )
inline

Definition at line 51 of file loop_position.hpp.

◆ LoopIndexedPosition() [2/2]

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.

Member Data Documentation

◆ iteration

size_t CppAD::cg::LoopIndexedPosition::iteration

Definition at line 49 of file loop_position.hpp.

◆ original

size_t CppAD::cg::LoopPosition::original
inherited

Definition at line 27 of file loop_position.hpp.

◆ tape

size_t CppAD::cg::LoopPosition::tape
inherited

Definition at line 26 of file loop_position.hpp.


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