slepc-3.6.1 2015-09-03
PEPGetNumMatrices
Returns the number of matrices stored in the PEP.
Synopsis
#include "slepcpep.h"
PetscErrorCode PEPGetNumMatrices(PEP pep,PetscInt *nmat)
Not collective
Input Parameter
pep - the PEP context
Output Parameters
nmat - the number of matrices passed in PEPSetOperators()
See Also
PEPSetOperators()
Location: src/pep/interface/pepsetup.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages