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

Computing Jabobians and Hessians of Optimal Values. 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 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.

Detailed Description

Computing Jabobians and Hessians of Optimal Values.

Definition in file opt_val_hes.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines