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

Public Attributes

std::vector< size_t > indexes
 
std::vector< CG< Base > > origVals
 
IndexPatternpattern
 

Detailed Description

template<class Base>
class CppAD::cg::loops::IndexedDependentLoopInfo< Base >

Definition at line 77 of file model_c_source_gen_loops.hpp.

Constructor & Destructor Documentation

◆ IndexedDependentLoopInfo()

template<class Base >
CppAD::cg::loops::IndexedDependentLoopInfo< Base >::IndexedDependentLoopInfo ( )
inline

Definition at line 83 of file model_c_source_gen_loops.hpp.

Member Data Documentation

◆ indexes

template<class Base >
std::vector<size_t> CppAD::cg::loops::IndexedDependentLoopInfo< Base >::indexes

Definition at line 79 of file model_c_source_gen_loops.hpp.

◆ origVals

template<class Base >
std::vector<CG<Base> > CppAD::cg::loops::IndexedDependentLoopInfo< Base >::origVals

Definition at line 80 of file model_c_source_gen_loops.hpp.

◆ pattern

template<class Base >
IndexPattern* CppAD::cg::loops::IndexedDependentLoopInfo< Base >::pattern

Definition at line 81 of file model_c_source_gen_loops.hpp.


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