TaoComputeJacobian

Computes the Jacobian matrix that has been set.

Synopsis

#include "tao_solver.h"  
int TaoComputeJacobian(TAO_SOLVER solver,TaoVec* xx,TaoMat *JJ)
Collective on TAO_SOLVER and Mat

Input Parameters

Output Parameters

solver - the TAO_SOLVER solver context
xx - input vector

Notes

TaoComputeJacobian() is typically used within minimization implementations, so most users would not generally call this routine themselves.

Keywords

TAO_SOLVER, compute, Jacobian, matrix

See Also

TaoApplication::EvaluateJacobian()

Level:developer
Location:src/interface/tao_fghj.c
TAO Solver Index
Table of Contents

JJ - Jacobian matrix