EPSGetTwoSided#
Returns the flag indicating whether a two-sided variant of the algorithm is being used or not.
Synopsis#
#include "slepceps.h"
PetscErrorCode EPSGetTwoSided(EPS eps,PetscBool *twosided)
Not Collective
Input Parameter#
eps - the eigensolver context
Output Parameter#
twosided - the returned flag
See Also#
EPSSetTwoSided()
Level#
advanced
Location#
Examples#
Index of all EPS routines Table of Contents for all manual pages Index of all manual pages