CppAD: A C++ Algorithmic Differentiation Package  20130918
anonymous_namespace{link_sparse_jacobian.cpp}::Key Class Reference

Class used by choose_row_col to determine order of row and column indices. More...

List of all members.

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

Detailed Description

Class used by choose_row_col to determine order of row and column indices.

Definition at line 149 of file link_sparse_jacobian.cpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines