NEPRIIGetHermitian#
Returns the flag about using the Hermitian version of the scalar nonlinear equation.
Synopsis#
#include "slepcnep.h"
PetscErrorCode NEPRIIGetHermitian(NEP nep,PetscBool *herm)
Not Collective
Input Parameter#
nep - nonlinear eigenvalue solver
Output Parameter#
herm - the value of the hermitian flag
See Also#
NEPRIISetHermitian()
Level#
intermediate
Location#
Implementations#
NEPRIIGetHermitian_RII() in src/nep/impls/rii/rii.c
Index of all NEP routines Table of Contents for all manual pages Index of all manual pages