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

Vector of sets of positive integers stored as a packed array of bools. More...

Go to the source code of this file.

Classes

class  CppAD::local::sparse_pack
 Vector of sets of postivie integers, each set stored as a packed boolean array. More...
 
class  CppAD::local::sparse_pack_const_iterator
 cons_iterator for one set of positive integers in a sparse_pack 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_pack &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_pack object. More...
 

Detailed Description

Vector of sets of positive integers stored as a packed array of bools.

Definition in file sparse_pack.hpp.