EPSGetLeftVectorsWanted
Returns the flag indicating whether left eigenvectors are required or not.
Synopsis
#include "slepceps.h"
PetscErrorCode EPSGetLeftVectorsWanted(EPS eps,PetscTruth *leftvecs)
Not Collective
Input Parameter
eps - the eigensolver context
Output Parameter
leftvecs - the returned flag
See Also
EPSSetLeftVectorsWanted(), EPSWhich
Location: src/eps/interface/opts.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages