CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|
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 48 of file declare_cg_loops.hpp.