slepc-3.15.1 2021-05-28
Report Typos and Errors

PEPGetOperators

Gets the matrices associated with the polynomial eigensystem.

Synopsis

#include "slepcpep.h" 
PetscErrorCode PEPGetOperators(PEP pep,PetscInt k,Mat *A)
Not collective, though parallel Mats are returned if the PEP is parallel

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()

Location: src/pep/interface/pepsetup.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages