TaoGetLineSearch
Gets the line search used by the optimization solver. Application writers should use TaoGetLineSearch if they need direct access to the TaoLineSearch object.
Synopsis
#include "taosolver.h"
PetscErrorCode TaoGetLineSearch(TaoSolver tao, TaoLineSearch *ls)
Not Collective
Input Parameters
tao -the TAO solver
Output Parameters
ls -the line search used in the optimization solver
Level:intermediate
Location:src/interface/taosolver.c
TAO Solver Index
Table of Contents