SVDCyclicGetEPS#

Retrieve the eigensolver object (EPS) associated to the singular value solver.

Synopsis#

#include "slepcsvd.h" 
PetscErrorCode SVDCyclicGetEPS(SVD svd,EPS *eps)

Collective

Input Parameter#

  • svd - the singular value solver context

Output Parameter#

  • eps - the linear eigensolver context

See Also#

SVD: Singular Value Decomposition, SVDCyclicSetEPS()

Level#

advanced

Location#

src/svd/impls/cyclic/cyclic.c

Implementations#

SVDCyclicGetEPS_Cyclic() in src/svd/impls/cyclic/cyclic.c


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