QEPGetType
Gets the QEP type as a string from the QEP object.
Synopsis
#include "slepcqep.h"
PetscErrorCode QEPGetType(QEP qep,QEPType *type)
Not Collective
Input Parameter
qep - the eigensolver context
Output Parameter
name - name of QEP method
See Also
QEPSetType()
Location: src/qep/interface/qepbasic.c
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/qep/examples/tutorials/ex16.c.html
src/qep/examples/tutorials/ex17.c.html
src/qep/examples/tutorials/ex16f90.F90.html