TaoLineSearchInitializePackage
This function registers the line-search algorithms in TAO. When using static libraries, this function is called from the first entry to TaoCreate(); when using shared libraries, it is called from PetscDLLibraryRegister()
Synopsis
PetscErrorCode TaoLineSearchInitializePackage(const char path[])
Input parameter
path -The dynamic library path or PETSC_NULL
See Also
TaoLineSearchCreate()
Level:developer
Location:src/linesearch/interface/dlregis_taolinesearch.c
TAO Solver Index
Table of Contents