TaoLineSearchReset
Some line searches may carry state information from one TaoLineSearchApply() to the next. This function resets this state information.
Synopsis
#include "taolinesearch.h"
PetscErrorCode TaoLineSearchReset(TaoLineSearch ls)
Collective on TaoLineSearch
Input Parameter
| ls | - the TaoLineSearch context
|
See Also
TaoLineSearchCreate(), TaoLineSearchApply()
Level:developer
Location:src/linesearch/interface/linesearch.c
TAO Solver Index
Table of Contents