|
CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|

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 | |
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.