CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
Loading...
Searching...
No Matches
CppAD::cg::IndexedIndependent< Base > Class Template Reference
Collaboration diagram for CppAD::cg::IndexedIndependent< Base >:
Collaboration graph

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
 

Detailed Description

template<class Base>
class CppAD::cg::IndexedIndependent< Base >

Definition at line 39 of file equation_pattern.hpp.

Member Function Documentation

◆ arguments()

template<class Base >
const OperationIndexedIndependents< Base > & CppAD::cg::IndexedIndependent< Base >::arguments ( const OperationNode< Base > *  operation) const
inline

Definition at line 44 of file equation_pattern.hpp.

◆ isIndexedOperationArgument()

template<class Base >
bool CppAD::cg::IndexedIndependent< Base >::isIndexedOperationArgument ( const OperationNode< Base > *  node,
size_t  argIndex 
) const
inline

Definition at line 48 of file equation_pattern.hpp.

Member Data Documentation

◆ op2Arguments

template<class Base >
std::map<const OperationNode<Base>*, OperationIndexedIndependents<Base> > CppAD::cg::IndexedIndependent< Base >::op2Arguments

Definition at line 41 of file equation_pattern.hpp.


The documentation for this class was generated from the following file: