CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|
Public Member Functions | |
LoopPosition (size_t t, size_t o) | |
Public Attributes | |
size_t | tape |
size_t | original |
Variable position which does not change from iteration to iteration
Definition at line 24 of file loop_position.hpp.
|
inline |
t | Index in the loop tape |
o | Index in the original tape |
Definition at line 38 of file loop_position.hpp.