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

Computing Jabobians and Hessians of Optimal Values. More...

Go to the source code of this file.

Namespaces

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

Functions

template<class BaseVector , class Fun >
int CppAD::opt_val_hes (const BaseVector &x, const BaseVector &y, Fun fun, BaseVector &jac, BaseVector &hes)
 Computing Jabobians and Hessians of Optimal Values. More...
 

Detailed Description

Computing Jabobians and Hessians of Optimal Values.

Definition in file opt_val_hes.hpp.