slepc-3.21.0 2024-03-30
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()

Level

advanced

Location

src/svd/impls/trlanczos/trlanczos.c

Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages