|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Classes | |
| class | sparse_list |
| Vector of sets of positive integers, each set stored as a singly linked list. More... | |
Files | |
| file | sparse_list.hpp |
Vector of sets of positive integers stored as singly linked lists. | |
Functions | |
| template<class VectorSet > | |
| void | sparsity_user2internal (sparse_list &internal, const VectorSet &user, size_t n_row, size_t n_col, bool transpose) |
| Copy a user vector of sets sparsity pattern to an internal sparse_list object. | |