Evaluate the objective and its gradient, the contraints and the jacobian for a CUTEr problem.
fsqp_neweval(x)
A vector, the current value of the unknown
This function computes the objective and its gradient, the
contraints and the jacobian at the point x
for the current CUTEr problem according to the
fsqp
requirements. It called by fsqp_obj, fsqp_grobj, fsqp_cntr, fsqp_grcntr depending on the value
returned by x_is_new()
.
x_is_new
fsqp