LMEGetErrorEstimate#
Returns the error estimate obtained during the solve.
Synopsis#
#include "slepclme.h"
PetscErrorCode LMEGetErrorEstimate(LME lme,PetscReal *errest)
Not Collective
Input Parameter#
lme - the linear matrix equation solver context
Output Parameter#
errest - the error estimate
Note#
This is the error estimated internally by the solver. The actual
error bound can be computed with LMEComputeError(). Note that some
solvers may not be able to provide an error estimate.
See Also#
Level#
advanced
Location#
Examples#
Index of all LME routines Table of Contents for all manual pages Index of all manual pages