EPSGetClass

Gets the eigensolver class from the EPS object.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSGetClass(EPS eps,EPSClass *cl)
Not Collective

Input Parameter

eps - the eigensolver context

Output Parameter

class - class of EPS solver (either one-sided or two-sided)

See Also

EPSSetClass(), EPSClass

Location: src/eps/interface/opts.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages