EvaluateJacobian
Evaluate the Jacobian of the constraint functions at the point x.
Synopsis
#include "tao_solver.h"
int TaoApplication::EvaluateJacobian(TaoVec *xx, TaoMat *JJ)
Collective on TAO_SOLVER
Input Parameters
xx -the point at which to evaluate the gradient
Output Parameters
JJ -the Jacobian matrix
See Also
TaoSetPetscJacobian()
Keywords
application, constraints
Level:intermediate
Location:src/appobject/interface/taoappobject.c
TAO Solver Index
Table of Contents