|
CppAD: A C++ Algorithmic Differentiation Package
20171217
|
class used by SparseJacobian to hold information so it does not need to be recomputed. More...
Public Member Functions | |
| void | clear (void) |
| reset coloring method to its default and inform CppAD that color and order need to be recomputed More... | |
| sparse_jacobian_work (void) | |
| constructor More... | |
Public Attributes | |
| CppAD::vector< size_t > | color |
| results of the coloring algorithm More... | |
| std::string | color_method |
| Coloring method: "cppad", or "colpack" (this field is set by user) More... | |
| CppAD::vector< size_t > | order |
| indices that sort the user row and col arrays by color More... | |
class used by SparseJacobian to hold information so it does not need to be recomputed.
Definition at line 288 of file sparse_jacobian.hpp.