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

#include <loop_position.hpp>

Inheritance diagram for CppAD::cg::LoopPosition:
Inheritance graph
Collaboration diagram for CppAD::cg::LoopPosition:
Collaboration graph

Public Member Functions

 LoopPosition (size_t t, size_t o)
 

Public Attributes

size_t tape
 
size_t original
 

Detailed Description

Variable position which does not change from iteration to iteration

Definition at line 24 of file loop_position.hpp.

Constructor & Destructor Documentation

◆ LoopPosition() [1/2]

CppAD::cg::LoopPosition::LoopPosition ( )
inline

Definition at line 29 of file loop_position.hpp.

◆ LoopPosition() [2/2]

CppAD::cg::LoopPosition::LoopPosition ( size_t  t,
size_t  o 
)
inline
Parameters
tIndex in the loop tape
oIndex in the original tape

Definition at line 38 of file loop_position.hpp.

Member Data Documentation

◆ original

size_t CppAD::cg::LoopPosition::original

Definition at line 27 of file loop_position.hpp.

◆ tape

size_t CppAD::cg::LoopPosition::tape

Definition at line 26 of file loop_position.hpp.


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