CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|
Public Attributes | |
CGAbstractAtomicFun< Base > * | atom |
std::set< std::pair< size_t, size_t > > | sizes |
std::set< size_t > | outerIndeps |
Utility class that holds information on how atomic functions are used
Definition at line 25 of file atomic_dependency_locator.hpp.
CGAbstractAtomicFun<Base>* CppAD::cg::AtomicUseInfo< Base >::atom |
the atomic function
Definition at line 30 of file atomic_dependency_locator.hpp.
std::set<size_t> CppAD::cg::AtomicUseInfo< Base >::outerIndeps |
the outer independent variable indexes which affect a call of that atomic function
Definition at line 38 of file atomic_dependency_locator.hpp.
std::set<std::pair<size_t, size_t> > CppAD::cg::AtomicUseInfo< Base >::sizes |
pairs of independent and dependent sizes
Definition at line 34 of file atomic_dependency_locator.hpp.