TaoLineSearchGetStartingVector#

Gets a the initial point of the line search.

Synopsis#

#include "petsctaolinesearch.h" 
PetscErrorCode TaoLineSearchGetStartingVector(TaoLineSearch ls, Vec *x)

Not Collective

Input Parameter#

Output Parameter#

  • x - The initial point of the line search

See Also#

TaoLineSearchGetSolution(), TaoLineSearchGetStepDirection()

Level#

advanced

Location#

src/tao/linesearch/interface/taolinesearch.c


Index of all TaoLineSearch routines
Table of Contents for all manual pages
Index of all manual pages