CppAD: A C++ Algorithmic Differentiation Package  20130102
sparse_set.hpp

Classes

class  sparse_set
 Vector of sets of positive integers, each set stored as a standard set. More...

Files

file  sparse_set.hpp
 

Vector of sets of positive integers stored as std::set<size_t>.


Functions

template<class VectorSet >
void sparsity_user2internal (sparse_set &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_set object.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines