CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CppAD::sparse_hessian_work Class Reference

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 More...
 
 sparse_hessian_work (void)
 constructor More...
 

Public Attributes

CppAD::vector< size_t > col
 
CppAD::vector< size_t > color
 results of the coloring algorithm More...
 
std::string color_method
 Coloring method: "cppad", or "colpack" (this field is set by user) More...
 
CppAD::vector< size_t > order
 indices that sort the user row and col arrays by color More...
 
CppAD::vector< size_t > row
 row and column indicies for return values (some may be reflected by star coloring algorithm) More...
 

Detailed Description

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

Definition at line 334 of file sparse_hessian.hpp.


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