QEPLinearGetEPS

Retrieve the eigensolver object (EPS) associated to the quadratic eigenvalue solver.

Synopsis

#include "slepcqep.h" 
#include "slepceps.h" 
PetscErrorCode QEPLinearGetEPS(QEP qep,EPS *eps)
Not Collective

Input Parameter

qep - quadratic eigenvalue solver

Output Parameter

eps - the eigensolver object

See Also

QEPLinearSetEPS()

Location: src/qep/impls/linear/linear.c
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages