CppAD: A C++ Algorithmic Differentiation Package
20130102
|
virtual ADVector cppad_ipopt::cppad_ipopt_fg_info::eval_r | ( | size_t | k, |
const ADVector & | u | ||
) | [pure virtual] |
function that evaluates the users representation for f(x) and and g(x) is pure virtual so user must define it in derived class
Referenced by cppad_ipopt::fun_record().