CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
for_hes_sweep.hpp File Reference

Compute Forward mode Hessian sparsity patterns. More...

Go to the source code of this file.

Namespaces

 CppAD
 contains all the variables and functions defined by the CppAD package.
 
 CppAD::local
 

Macros

#define CPPAD_FOR_HES_SWEEP_TRACE   0
 This value is either zero or one. More...
 

Functions

template<class Base , class Vector_set >
void CppAD::local::for_hes_sweep (const local::player< Base > *play, size_t n, size_t numvar, const Vector_set &for_jac_sparse, const Vector_set &rev_jac_sparse, Vector_set &for_hes_sparse)
 Given the forward Jacobian sparsity pattern for all the variables, and the reverse Jacobian sparsity pattern for the dependent variables, ForHesSweep computes the Hessian sparsity pattern for all the independent variables. More...
 

Detailed Description

Compute Forward mode Hessian sparsity patterns.

Definition in file for_hes_sweep.hpp.