#include "petsctaolinesearch.h" PetscErrorCode TaoLineSearchSetVariableBounds(TaoLineSearch ls,Vec xl, Vec xu)Logically Collective on Tao
ls | - the TaoLineSearch context | |
xl | - vector of lower bounds | |
xu | - vector of upper bounds |
Note: If the variable bounds are not set with this routine, then PETSC_NINFINITY and PETSC_INFINITY are assumed