CppAD: A C++ Algorithmic Differentiation Package  20130918
rev_sparse_hes.hpp File Reference

Reverse mode Hessian sparsity patterns. More...

Go to the source code of this file.

Namespaces

namespace  CppAD
 

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


Functions

template<class Base , class VectorSet , class Sparsity >
void CppAD::RevSparseHesBool (bool transpose, size_t q, const VectorSet &s, VectorSet &h, size_t total_num_var, CppAD::vector< size_t > &dep_taddr, CppAD::vector< size_t > &ind_taddr, CppAD::player< Base > &play, Sparsity &for_jac_sparsity)
 Calculate Hessian sparsity patterns using reverse mode.
template<class Base , class VectorSet , class Sparsity >
void CppAD::RevSparseHesSet (bool transpose, size_t q, const VectorSet &s, VectorSet &h, size_t total_num_var, CppAD::vector< size_t > &dep_taddr, CppAD::vector< size_t > &ind_taddr, CppAD::player< Base > &play, Sparsity &for_jac_sparsity)
 Calculate Hessian sparsity patterns using reverse mode.

Detailed Description

Reverse mode Hessian sparsity patterns.

Definition in file rev_sparse_hes.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines