:orphan: # TaoLineSearchGetStepDirection Gets the step direction of the line search. ## Synopsis ``` #include "petsctaolinesearch.h" PetscErrorCode TaoLineSearchGetStepDirection(TaoLineSearch ls, Vec *s) ``` Not Collective ## Input Parameter - ***ls -*** the `TaoLineSearch` context ## Output Parameter - ***s -*** the step direction of the line search ## See Also `TaoLineSearchGetSolution()`, `TaoLineSearchGetStartingVector()` ## Level advanced ## Location src/tao/linesearch/interface/taolinesearch.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/tao/linesearch/interface/taolinesearch.c) [Index of all TaoLineSearch routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)