SVDTRLanczosGetKSP#
Retrieve the linear solver object (KSP) associated with the SVD solver.
Synopsis#
#include "slepcsvd.h"
PetscErrorCode SVDTRLanczosGetKSP(SVD svd,KSP *ksp)
Collective
Input Parameter#
svd - SVD solver
Output Parameter#
ksp - the linear solver object
See Also#
Level#
advanced
Location#
Examples#
Implementations#
SVDTRLanczosGetKSP_TRLanczos() in src/svd/impls/trlanczos/trlanczos.c
Index of all SVD routines Table of Contents for all manual pages Index of all manual pages