IPGetOperationCounters

Gets the total number of inner product operations made by the IP object.

Synopsis

#include "slepcip.h" 
PetscErrorCode IPGetOperationCounters(IP ip,PetscInt *dots)
Not Collective

Input Parameter

ip - the inner product context

Output Parameter

dots - number of inner product operations

See Also

IPResetOperationCounters()

Location: src/ip/ipbasic.c
Index of all IP routines
Table of Contents for all manual pages
Index of all manual pages