CppAD: A C++ Algorithmic Differentiation Package
20130918
|
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::sparse_pack |
Vector of sets of postivie integers, each set stored as a packed boolean array. More... | |
Namespaces | |
namespace | CppAD |
contains all the variables and functions defined by the CppAD package. | |
Functions | |
template<class VectorBool > | |
void | CppAD::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.