#include "petsctaolinesearch.h" PetscErrorCode TaoLineSearchComputeObjectiveAndGTS(TaoLineSearch ls, Vec x, PetscReal *f, PetscReal *gts)Collective on Tao Many br
ls | - the TaoLineSearch context Many br | |
x | - input vector Many br |
f | - Objective value at X Many br | |
gts | - inner product of gradient and step direction at X Many br |
Notes: TaoLineSearchComputeObjectiveAndGTS() is typically used within line searches Many brso most users would not generally call this routine themselves. Many br
Many br
Level:developer
Location:src/tao/linesearch/interface/taolinesearch.c
Index of all TaoLineSearch routines
Table of Contents for all manual pages
Index of all manual pages