CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
Loading...
Searching...
No Matches
CppAD::cg::CompressedVectorInfo Class Reference

#include <model_c_source_gen.hpp>

Collaboration diagram for CppAD::cg::CompressedVectorInfo:
Collaboration graph

Public Attributes

std::vector< std::set< size_t > > locations
 
std::vector< size_t > indexes
 
bool ordered
 

Detailed Description

Auxiliary internal class

Definition at line 25 of file model_c_source_gen.hpp.

Member Data Documentation

◆ indexes

std::vector<size_t> CppAD::cg::CompressedVectorInfo::indexes

Definition at line 28 of file model_c_source_gen.hpp.

◆ locations

std::vector<std::set<size_t> > CppAD::cg::CompressedVectorInfo::locations

Definition at line 27 of file model_c_source_gen.hpp.

◆ ordered

bool CppAD::cg::CompressedVectorInfo::ordered

Definition at line 29 of file model_c_source_gen.hpp.


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