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

Public Attributes

std::map< size_t, std::vector< size_t > > indexedPositions
 
std::map< size_t, std::vector< size_t > > nonIndexedPositions
 
std::set< size_t > nonIndexedEvals
 
std::map< size_t, std::set< size_t > > tmpEvals
 

Detailed Description

Definition at line 61 of file model_c_source_gen_loops.hpp.

Member Data Documentation

◆ indexedPositions

std::map<size_t, std::vector<size_t> > CppAD::cg::loops::JacobianWithLoopsRowInfo::indexedPositions

Definition at line 64 of file model_c_source_gen_loops.hpp.

◆ nonIndexedEvals

std::set<size_t> CppAD::cg::loops::JacobianWithLoopsRowInfo::nonIndexedEvals

Definition at line 70 of file model_c_source_gen_loops.hpp.

◆ nonIndexedPositions

std::map<size_t, std::vector<size_t> > CppAD::cg::loops::JacobianWithLoopsRowInfo::nonIndexedPositions

Definition at line 67 of file model_c_source_gen_loops.hpp.

◆ tmpEvals

std::map<size_t, std::set<size_t> > CppAD::cg::loops::JacobianWithLoopsRowInfo::tmpEvals

Definition at line 73 of file model_c_source_gen_loops.hpp.


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