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

Class used to hold information used by Sparse Hessian routine in this file, so it does not need to be recomputed every time. More...

Public Member Functions

void clear (void)
 inform CppAD that this information needs to be recomputed More...
 
 sparse_hes_work (void)
 constructor More...
 

Public Attributes

CppAD::vector< size_t > col
 
CppAD::vector< size_t > color
 results of the coloring algorithm More...
 
CppAD::vector< size_t > order
 indices that sort the row and col arrays by color More...
 
CppAD::vector< size_t > row
 row and column indicies for return values (some may be reflected by symmetric coloring algorithms) More...
 

Detailed Description

Class used to hold information used by Sparse Hessian routine in this file, so it does not need to be recomputed every time.

Definition at line 246 of file sparse_hes.hpp.


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