CppAD: A C++ Algorithmic Differentiation Package
20130918
|
class used by SparseHessian to hold information so it does not need to be recomputed. More...
Public Member Functions | |
void | clear (void) |
inform CppAD that this information needs to be recomputed | |
Public Attributes | |
CppAD::vector< size_t > | color |
results of the coloring algorithm | |
CppAD::vector< size_t > | order |
indices that sort the user row and col arrays by color |
class used by SparseHessian to hold information so it does not need to be recomputed.
Definition at line 257 of file sparse_hessian.hpp.