CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
sparse_sizevec.hpp File Reference

Vector of sets of positive integers stored as size_t vector with the element values strictly increasing. More...

Go to the source code of this file.

Classes

class  CppAD::local::sparse_sizevec
 Vector of sets of positive integers, each set stored as a size_t vector. More...
 
class  CppAD::local::sparse_sizevec_const_iterator
 cons_iterator for one set of positive integers in a sparse_sizevec object. More...
 

Namespaces

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

Functions

template<class VectorSet >
void CppAD::local::sparsity_user2internal (sparse_sizevec &internal, const VectorSet &user, size_t n_set, size_t end, bool transpose, const char *error_msg)
 Copy a user vector of sets sparsity pattern to an internal sparse_sizevec object. More...
 

Detailed Description

Vector of sets of positive integers stored as size_t vector with the element values strictly increasing.

Definition in file sparse_sizevec.hpp.