CppAD: A C++ Algorithmic Differentiation Package  20130918
CppAD::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)
 reset coloring method to its default and inform CppAD that color and order need to be recomputed
 sparse_jacobian_work (void)
 constructor

Public Attributes

CppAD::vector< size_t > color
 results of the coloring algorithm
std::string color_method
 Coloring method: color_general_cppad or color_general_colpack (this field is set by user)
CppAD::vector< size_t > order
 indices that sort the user row and col arrays by color

Detailed Description

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

Definition at line 270 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