CppAD: A C++ Algorithmic Differentiation Package
20130102
|
class used by SparseJacobian to hold information so it does not need to be recomputed. More...
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 |
class used by SparseJacobian to hold information so it does not need to be recomputed.
Definition at line 251 of file sparse_jacobian.hpp.