#include "slepcnep.h" PetscErrorCode NEPGetOperationCounters(NEP nep,PetscInt* nfuncs,PetscInt* dots,PetscInt* lits)Not Collective
nfuncs | - number of function evaluations | |
dots | - number of dot product operations | |
lits | - number of linear iterations |
Location: src/nep/interface/nepsolve.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages