CppAD: A C++ Algorithmic Differentiation Package
20130918
|
virtual bool CppAD::checkpoint< Base >::rev_sparse_hes | ( | const vector< bool > & | vx, |
const vector< bool > & | s, | ||
vector< bool > & | t, | ||
size_t | q, | ||
const vector< bool > & | r, | ||
const vector< bool > & | u, | ||
vector< bool > & | v | ||
) | [inline, virtual] |
Link from user_atomic to forward sparse Jacobian.
vx | [in] which componens of x are variables. |
s | [in] is the reverse Jacobian sparsity pattern w.r.t the result vector y. |
t | [out] is the reverse Jacobian sparsity pattern w.r.t the argument vector x. |
q | [in] is the column dimension for the sparsity partterns. |
r | [in] is the forward Jacobian sparsity pattern w.r.t the argument vector x |
u | [in] is the Hessian sparsity pattern w.r.t the result vector y. |
v | [out] is the Hessian sparsity pattern w.r.t the argument vector x. |
Reimplemented from CppAD::atomic_base< Base >.
Definition at line 473 of file checkpoint.hpp.