STFoldSetLeftSide

Sets a flag to compute eigenvalues on the left side of shift.

Synopsis

#include "slepcst.h" 
PetscErrorCode STFoldSetLeftSide(ST st,PetscTruth left)
Collective on ST

Input Parameters

st - the spectral transformation context
left - if true compute eigenvalues on the left side

Options Database Key

-st_fold_leftside - Sets the value of the flag

See Also

STSetShift()

Location: src/st/impls/fold/fold.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages