CppAD: A C++ Algorithmic Differentiation Package
20130918
|
virtual bool CppAD::checkpoint< Base >::for_sparse_jac | ( | size_t | q, |
const vector< bool > & | r, | ||
vector< bool > & | s | ||
) | [inline, virtual] |
Link from user_atomic to forward sparse Jacobian.
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 from CppAD::atomic_base< Base >.
Definition at line 347 of file checkpoint.hpp.