CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
#include <loop_position.hpp>
Public Member Functions | |
LoopIndexedPosition (size_t t, size_t o, size_t it) | |
Public Attributes | |
size_t | iteration |
size_t | tape |
size_t | original |
Variable position which changes from iteration to iteration
Definition at line 47 of file loop_position.hpp.
|
inline |
Definition at line 51 of file loop_position.hpp.
t | Index in the loop tape |
o | Index in the original tape |
it | Iteration index |
Definition at line 61 of file loop_position.hpp.
size_t CppAD::cg::LoopIndexedPosition::iteration |
Definition at line 49 of file loop_position.hpp.
|
inherited |
Definition at line 27 of file loop_position.hpp.
|
inherited |
Definition at line 26 of file loop_position.hpp.