|
CppAD: A C++ Algorithmic Differentiation Package
20130918
|
Class used by choose_row_col to determine order of row and column indices. More...
Public Member Functions | |
| Key (void) | |
| default constructor | |
| Key (size_t row, size_t col) | |
| Construct from a value for row and col. | |
| bool | operator< (const Key &other) const |
| Compare this key with another key using < operator. | |
Public Attributes | |
| size_t | col_ |
| column index | |
| size_t | row_ |
| row index | |
Class used by choose_row_col to determine order of row and column indices.
Definition at line 149 of file link_sparse_jacobian.cpp.