CppAD: A C++ Algorithmic Differentiation Package
20130918
|
virtual bool CppAD::atomic_base< Base >::for_sparse_jac | ( | size_t | q, |
const vector< std::set< size_t > > & | r, | ||
vector< std::set< size_t > > & | s | ||
) | [inline, virtual, inherited] |
Link from forward Jacobian sparsity sweep to atomic_base.
q | is the column dimension for the Jacobian sparsity partterns. |
r | is the Jacobian sparsity pattern for the argument vector x |
s | is the Jacobian sparsity pattern for the result vector y |
Reimplemented in CppAD::old_atomic< Base >, and CppAD::checkpoint< Base >.
Definition at line 1086 of file atomic_base.hpp.