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

Class used to hold information used by Sparse Jacobian routines in this file, so they do not need to be recomputed every time. More...

Public Member Functions

void clear (void)
 reset work to empty. This informs CppAD that color and order need to be recomputed More...
 
 sparse_jac_work (void)
 constructor More...
 

Public Attributes

CppAD::vector< size_t > color
 results of the coloring algorithm More...
 
CppAD::vector< size_t > order
 indices that sort the user row and col arrays by color More...
 

Detailed Description

Class used to hold information used by Sparse Jacobian routines in this file, so they do not need to be recomputed every time.

Definition at line 221 of file sparse_jac.hpp.


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