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

class used by SparseJacobian 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 > user_row
 version of user row array with the extra value m at end
CppAD::vector< size_t > user_col
 version of user col array with the extra value n at end
CppAD::vector< size_t > sort_row
 indices that sort the user arrays by row with the extra value K at the end
CppAD::vector< size_t > sort_col
 indices that sort the user arrays by column with the extra value K at the end
CppAD::vector< size_t > color
 results of the coloring algorithm

Detailed Description

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

Definition at line 251 of file sparse_jacobian.hpp.


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