CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
Public Member Functions | |
const OperationIndexedIndependents< Base > & | arguments (const OperationNode< Base > *operation) const |
bool | isIndexedOperationArgument (const OperationNode< Base > *node, size_t argIndex) const |
Public Attributes | |
std::map< const OperationNode< Base > *, OperationIndexedIndependents< Base > > | op2Arguments |
Definition at line 39 of file equation_pattern.hpp.
|
inline |
Definition at line 44 of file equation_pattern.hpp.
|
inline |
Definition at line 48 of file equation_pattern.hpp.
std::map<const OperationNode<Base>*, OperationIndexedIndependents<Base> > CppAD::cg::IndexedIndependent< Base >::op2Arguments |
Definition at line 41 of file equation_pattern.hpp.