NEPGetWhichEigenpairs#
Returns which portion of the spectrum is to be sought.
Synopsis#
#include "slepcnep.h"
PetscErrorCode NEPGetWhichEigenpairs(NEP nep,NEPWhich *which)
Not Collective
Input Parameter#
nep - eigensolver context obtained from NEPCreate()
Output Parameter#
which - the portion of the spectrum to be sought
Notes#
See NEPSetWhichEigenpairs() for possible values of ‘which’.
See Also#
Level#
intermediate
Location#
Index of all NEP routines Table of Contents for all manual pages Index of all manual pages