:orphan: # KSPGuessView View the `KSPGuess` object ## Synopsis ``` #include "petscksp.h" PetscErrorCode KSPGuessView(KSPGuess guess, PetscViewer view) ``` Logically Collective ## Input Parameters - ***guess -*** the initial guess object for the Krylov method - ***viewer -*** the viewer object ## See Also [](ch_ksp), `KSP`, `KSPGuess`, `KSPGuessType`, `KSPGuessRegister()`, `KSPGuessCreate()`, `PetscViewer` ## Level developer ## Location src/ksp/ksp/interface/iguess.c ## Implementations KSPGuessView_Fischer in src/ksp/ksp/guess/impls/fischer/fischer.c
KSPGuessView_POD in src/ksp/ksp/guess/impls/pod/pod.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/ksp/interface/iguess.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)