slepc4py.SLEPc.EPS.ErrorType# class slepc4py.SLEPc.EPS.ErrorType# Bases: object EPS error type to assess accuracy of computed solutions. ABSOLUTE: Absolute error. RELATIVE: Relative error. BACKWARD: Backward error. Attributes Summary ABSOLUTE Constant ABSOLUTE of type int BACKWARD Constant BACKWARD of type int RELATIVE Constant RELATIVE of type int Attributes Documentation ABSOLUTE: int = ABSOLUTE# Constant ABSOLUTE of type int BACKWARD: int = BACKWARD# Constant BACKWARD of type int RELATIVE: int = RELATIVE# Constant RELATIVE of type int