CppAD: A C++ Algorithmic Differentiation Package  20130918
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  CppAD::sparse_set
 Vector of sets of positive integers, each set stored as a standard set. More...

Namespaces

namespace  CppAD
 

contains all the variables and functions defined by the CppAD package.


Functions

template<class VectorSet >
void CppAD::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