:orphan:
# KSPGLTRGetMinEig
Get minimum eigenvalue computed by `KSPGLTR`
## Synopsis
```
#include "petscksp.h"
PetscErrorCode KSPGLTRGetMinEig(KSP ksp, PetscReal *e_min)
```
Collective
## Input Parameter
- ***ksp -*** the iterative context
## Output Parameter
- ***e_min -*** the minimum eigenvalue
## See Also
[](ch_ksp), `KSPGLTR`, `KSPGLTRGetLambda()`
## Level
advanced
## Location
src/ksp/ksp/impls/cg/gltr/gltr.c
## Implementations
KSPGLTRGetMinEig_GLTR in src/ksp/ksp/impls/cg/gltr/gltr.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/ksp/impls/cg/gltr/gltr.c)
[Index of all KSP routines](index.md)
[Table of Contents for all manual pages](/manualpages/index.md)
[Index of all manual pages](/manualpages/singleindex.md)