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

SVDTRLanczosSetKSP

Associate a linear solver object (KSP) to the SVD solver.

Synopsis

#include "slepcsvd.h" 
PetscErrorCode SVDTRLanczosSetKSP(SVD svd,KSP ksp)
Collective on svd

Input Parameters

svd  - SVD solver
ksp  - the linear solver object

Note

Only used for the GSVD problem.

See Also

SVDTRLanczosGetKSP()

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