slepc-3.16.3 2022-04-11
Report Typos and Errors

SVDTRLanczosGetKSP

Retrieve the linear solver object (KSP) associated with the SVD solver.

Synopsis

#include "slepcsvd.h" 
PetscErrorCode SVDTRLanczosGetKSP(SVD svd,KSP *ksp)
Not Collective

Input Parameter

svd  - SVD solver

Output Parameter

ksp  - the linear solver object

See Also

SVDTRLanczosSetKSP()

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