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

Public Attributes

SparsitySetType sparsity
 
std::vector< size_t > rows
 
std::vector< size_t > cols
 

Detailed Description

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

Saves sparsity information in more than one format

Definition at line 110 of file model_c_source_gen.hpp.

Member Data Documentation

◆ sparsity

template<class Base>
SparsitySetType CppAD::cg::ModelCSourceGen< Base >::LocalSparsityInfo::sparsity

Calculated sparsity from the model (may differ from the requested sparsity)

Definition at line 116 of file model_c_source_gen.hpp.

Referenced by CppAD::cg::ModelCSourceGen< Base >::determineHessianSparsity().


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