#include "slepceps.h" PetscErrorCode EPSSetTwoSided(EPS eps,PetscBool twosided)Logically Collective on eps
eps | - the eigensolver context | |
twosided | - whether the two-sided variant is to be used or not |
-eps_two_sided <boolean> | - Sets/resets the twosided flag |
When using two-sided solvers, the problem matrices must have both the MatMult and MatMultTranspose operations defined.
Location: src/eps/interface/epsopts.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages