slepc4py.SLEPc.SVD.ErrorType# class slepc4py.SLEPc.SVD.ErrorType# Bases: object SVD error type to assess accuracy of computed solutions. ABSOLUTE: Absolute error. RELATIVE: Relative error. NORM: Error relative to the matrix norm. See also SVDErrorType Attributes Summary ABSOLUTE Constant ABSOLUTE of type int NORM Constant NORM of type int RELATIVE Constant RELATIVE of type int Attributes Documentation ABSOLUTE: int = ABSOLUTE# Constant ABSOLUTE of type int NORM: int = NORM# Constant NORM of type int RELATIVE: int = RELATIVE# Constant RELATIVE of type int