PEPGetOperators#
Gets the matrices associated with the polynomial eigensystem.
Synopsis#
#include "slepcpep.h"
PetscErrorCode PEPGetOperators(PEP pep,PetscInt k,Mat *A)
Collective
Input Parameters#
pep - the PEP context
k - the index of the requested matrix (starting in 0)
Output Parameter#
A - the requested matrix
See Also#
PEPSolve(), PEPSetOperators(), PEPGetNumMatrices()
Level#
intermediate
Location#
Examples#
Index of all PEP routines Table of Contents for all manual pages Index of all manual pages