CppAD: A C++ Algorithmic Differentiation Package  20130918
hes_fg_map.cpp File Reference

Creates a mapping between two representations for Hessian of fg. More...

Go to the source code of this file.

Namespaces

namespace  cppad_ipopt
void cppad_ipopt::hes_fg_map (cppad_ipopt_fg_info *fg_info, size_t m, size_t n, size_t K, const CppAD::vector< size_t > &L, const CppAD::vector< size_t > &p, const CppAD::vector< size_t > &q, const CppAD::vector< CppAD::vectorBool > &pattern_hes_r, CppAD::vector< size_t > &I, CppAD::vector< size_t > &J, CppAD::vector< std::map< size_t, size_t > > &index_hes_fg)
 Create mapping from CppAD to Ipopt sparse representations of Hessian of F(x).

Detailed Description

Creates a mapping between two representations for Hessian of fg.

Definition in file hes_fg_map.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines