#include "slepceps.h" PetscErrorCode EPSKrylovSchurGetSubcommPairs(EPS eps,PetscInt i,PetscScalar *eig,Vec v)Collective on the subcommunicator (if v is given)
eps | - the eigenproblem solver context | |
i | - index of the solution |
eig | - the eigenvalue | |
v | - the eigenvector |
The index i should be a value between 0 and n-1, where n is the number of vectors in the local subinterval, see EPSKrylovSchurGetSubcommInfo().
Location: src/eps/impls/krylov/krylovschur/krylovschur.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages