slepc-3.20.2 2024-03-15
Report Typos and Errors

LMEComputeError

Computes the error (based on the residual norm) associated with the last equation solved.

Synopsis

#include "slepclme.h" 
PetscErrorCode LMEComputeError(LME lme,PetscReal *error)
Collective

Input Parameter

lme  - the linear matrix equation solver context

Output Parameter

error  - the error

Notes

This function is not scalable (in terms of memory or parallel communication), so it should not be called except in the case of small problem size. For large equations, use LMEGetErrorEstimate().

See Also

LMESolve(), LMEGetErrorEstimate()

Level

advanced

Location

src/lme/interface/lmesolve.c

Examples

src/lme/tutorials/ex32.c


Index of all LME routines
Table of Contents for all manual pages
Index of all manual pages