CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
#include <model_c_source_gen_loops_for1.hpp>
Public Member Functions | |
JacobianColGroup (const JacobianTermContrib< Base > &c, const Forward1Jcol2Iter &jcol2Iters) | |
bool | empty () const |
size_t | size () const |
Public Attributes | |
std::map< size_t, std::set< size_t > > | jCol2Iterations |
std::set< size_t > | iterations |
std::vector< IfElseInfo< Base > > | ifElses |
std::set< size_t > | indexed |
std::set< size_t > | nonIndexed |
Group of contributions to a Jacobian with the same relation between Jacobian columns and set of iterations
Definition at line 509 of file model_c_source_gen_loops_for1.hpp.
|
inline |
Definition at line 519 of file model_c_source_gen_loops_for1.hpp.
|
inlineinherited |
Definition at line 486 of file model_c_source_gen_loops_for1.hpp.
|
inlineinherited |
Definition at line 490 of file model_c_source_gen_loops_for1.hpp.
std::vector<IfElseInfo<Base> > CppAD::cg::loops::JacobianColGroup< Base >::ifElses |
Definition at line 516 of file model_c_source_gen_loops_for1.hpp.
|
inherited |
Definition at line 482 of file model_c_source_gen_loops_for1.hpp.
std::set<size_t> CppAD::cg::loops::JacobianColGroup< Base >::iterations |
Definition at line 514 of file model_c_source_gen_loops_for1.hpp.
std::map<size_t, std::set<size_t> > CppAD::cg::loops::JacobianColGroup< Base >::jCol2Iterations |
Definition at line 512 of file model_c_source_gen_loops_for1.hpp.
|
inherited |
Definition at line 483 of file model_c_source_gen_loops_for1.hpp.