slepc-3.6.1 2015-09-03
Report Typos and Errors

SVDCyclicSetEPS

Associate an eigensolver object (EPS) to the singular value solver.

Synopsis

#include "slepcsvd.h" 
#include "slepceps.h" 
PetscErrorCode SVDCyclicSetEPS(SVD svd,EPS eps)
Collective on SVD

Input Parameters

svd - singular value solver
eps - the eigensolver object

See Also

SVDCyclicGetEPS()

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