#include "petsctao.h" PetscErrorCode TaoComputeJacobianState(Tao tao, Vec X, Mat J, Mat Jpre, Mat Jinv)Collective on Tao
solver | - the Tao solver context | |
xx | - input vector |
H | - Jacobian matrix | |
Hpre | - Preconditioning matrix |
TaoComputeJacobianState() is typically used within minimization implementations, so most users would not generally call this routine themselves.
Level:developer
Location:src/tao/interface/taosolver_hj.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages