slepc-3.18.0 2022-10-01
Report Typos and Errors

SVDCrossSetEPS

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

Synopsis

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

Input Parameters

svd  - singular value solver
eps  - the eigensolver object

See Also

SVDCrossGetEPS()

Level

advanced

Location

src/svd/impls/cross/cross.c

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