TaoComputeJacobianDesign
Computes the Jacobian matrix that has been set with TaoSetJacobianDesignRoutine().
Synopsis
#include "taosolver.h"
PetscErrorCode TaoComputeJacobianDesign(TaoSolver tao, Vec X, Mat *J)
Collective on TaoSolver
Input Parameters
| solver | - the TaoSolver solver context
|
| xx | - input vector
|
Output Parameters
H -Jacobian matrix
Notes
Most users should not need to explicitly call this routine, as it
is used internally within the minimization solvers.
TaoComputeJacobianDesign() is typically used within minimization
implementations, so most users would not generally call this routine
themselves.
See Also
TaoComputeObjective(), TaoComputeObjectiveAndGradient(), TaoSetJacobianDesignRoutine(), TaoComputeJacobianDesign(), TaoSetStateDesignIS()
Level:developer
Location:src/interface/taosolver_hj.c
TAO Solver Index
Table of Contents