CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Classes | |
class | sparse_pack |
Vector of sets of postivie integers, each set stored as a packed boolean array. More... | |
Files | |
file | sparse_pack.hpp |
Vector of sets of positive integers stored as a packed array of bools. | |
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. |