CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
#include <model_c_source_gen.hpp>
Public Attributes | |
std::vector< std::set< size_t > > | locations |
std::vector< size_t > | indexes |
bool | ordered |
Auxiliary internal class
Definition at line 25 of file model_c_source_gen.hpp.
std::vector<size_t> CppAD::cg::CompressedVectorInfo::indexes |
Definition at line 28 of file model_c_source_gen.hpp.
std::vector<std::set<size_t> > CppAD::cg::CompressedVectorInfo::locations |
Definition at line 27 of file model_c_source_gen.hpp.
bool CppAD::cg::CompressedVectorInfo::ordered |
Definition at line 29 of file model_c_source_gen.hpp.