CppAD: A C++ Algorithmic Differentiation Package  20130102
sparse_hessian_work Class Reference

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

List of all members.

Public Member Functions

void clear (void)
 inform CppAD that this information needs to be recomputed

Public Attributes

CppAD::vector< size_t > r_sort
 version of user r array sorted by row or column
CppAD::vector< size_t > c_sort
 version of user c array sorted by row or column
CppAD::vector< size_t > k_sort
 mapping from sorted array indices to user array indices
CppAD::vector< size_t > color
 results of the coloring algorithm

Detailed Description

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

Definition at line 259 of file sparse_hessian.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines