slepc-3.17.0 2022-03-31
Report Typos and Errors

SVDTRLanczosGetRestart

Gets the restart parameter used in the thick-restart Lanczos method.

Synopsis

#include "slepcsvd.h" 
PetscErrorCode SVDTRLanczosGetRestart(SVD svd,PetscReal *keep)
Not Collective

Input Parameter

svd  - the singular value solver

Output Parameter

keep  - the restart parameter

See Also

SVDTRLanczosSetRestart()

Location: src/svd/impls/trlanczos/trlanczos.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages