|
CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|

Public Attributes | |
| SparsitySetType | sparsity |
| std::vector< size_t > | rows |
| std::vector< size_t > | cols |
Saves sparsity information in more than one format
Definition at line 110 of file model_c_source_gen.hpp.
| 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().