CppADCodeGen  HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
CppAD::cg::ModelCSourceGen< Base >::Color Class Reference
Collaboration diagram for CppAD::cg::ModelCSourceGen< Base >::Color:
Collaboration graph

Public Attributes

std::set< size_t > rows
 all row with this color
 
std::map< size_t, size_t > column2Row
 maps column indexes to the corresponding row
 
std::map< size_t, std::set< size_t > > row2Columns
 maps row indexes to the corresponding columns
 
std::set< size_t > forbiddenRows
 used columns
 

Detailed Description

template<class Base>
class CppAD::cg::ModelCSourceGen< Base >::Color

Used for coloring

Definition at line 126 of file model_c_source_gen.hpp.


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