:orphan: # SNESLineSearchComputeNorms Computes the norms of X, F, and Y. ## Synopsis ``` #include "petscsnes.h" PetscErrorCode SNESLineSearchComputeNorms(SNESLineSearch linesearch) ``` ## Input Parameter - ***linesearch -*** linesearch context ## Options Database Key - ***-snes_linesearch_norms -*** turn norm computation on or off ## See Also `SNESLineSearch`, `SNESLineSearchGetNorms`, `SNESLineSearchSetNorms()`, `SNESLineSearchSetComputeNorms()` ## Level intermediate ## Location src/snes/linesearch/interface/linesearch.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/snes/linesearch/interface/linesearch.c) [Index of all SNES routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)