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

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

Go to the source code of this file.

Classes

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

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.

Detailed Description

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

Definition in file sparse_set.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines