CppADCodeGen  HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
CppAD::cg::SparseForjacHessianWork Class Reference
Collaboration diagram for CppAD::cg::SparseForjacHessianWork:
Collaboration graph

Public Member Functions

template<class Base , class VectorSize >
void prepare (const ADFun< Base > &fun, const VectorSize &jacRow, const VectorSize &jacCol, const VectorSize &hesRow, const VectorSize &hesCol)
 
void clear ()
 inform CppAD that this information needs to be recomputed
 

Public Attributes

SparseForjacHessianWorkJac jac
 
SparseForjacHessianWorkHes hes
 
std::vector< size_t > color
 results of the coloring algorithm
 

Detailed Description

class used by SparseForJacHessian to hold information so it does not need to be recomputed.

Definition at line 178 of file sparse_forjac_hessian.hpp.


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