CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Vector of sets of positive integers stored as a packed array of bools. More...
Go to the source code of this file.
Classes | |
class | sparse_pack |
Vector of sets of postivie integers, each set stored as a packed boolean array. More... | |
Functions | |
template<class VectorBool > | |
void | sparsity_user2internal (sparse_pack &internal, const VectorBool &user, size_t n_row, size_t n_col, bool transpose) |
Copy a user vector of bools sparsity pattern to an internal sparse_pack object. |
Vector of sets of positive integers stored as a packed array of bools.
Definition in file sparse_pack.hpp.