CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|
Public Types | |
using | MapDep2Indep_type = std::map< size_t, const OperationNode< Base > * > |
Public Attributes | |
std::vector< MapDep2Indep_type > | arg2Independents |
Holds information on which independents are used by which dependent in an equation pattern
Definition at line 27 of file equation_pattern.hpp.
std::vector<MapDep2Indep_type> CppAD::cg::OperationIndexedIndependents< Base >::arg2Independents |
maps the argument index to the several independents used in different equations with the same pattern argument index -> (iteration or dependent using it) -> independent
Definition at line 35 of file equation_pattern.hpp.
Referenced by CppAD::cg::EquationPattern< Base >::detectNonIndexedIndependents(), and CppAD::cg::Loop< Base >::~Loop().