SVDGetOperationCounters

Gets the total number of matrix vector and dot products used by the SVD object during the last SVDSolve() call.

Synopsis

#include "slepcsvd.h" 
PetscErrorCode SVDGetOperationCounters(SVD svd,PetscInt* matvecs,PetscInt* dots)
Not Collective

Input Parameter

svd - SVD context

Output Parameter

matvecs - number of matrix vector product operations
dots - number of dot product operations

Notes

These counters are reset to zero at each successive call to SVDSolve().

Location: src/svd/interface/svdsolve.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages