slepc4py.SLEPc.PEP.RefineScheme# class slepc4py.SLEPc.PEP.RefineScheme# Bases: object PEP scheme for solving linear systems during iterative refinement. SCHUR: Schur complement. MBE: Mixed block elimination. EXPLICIT: Build the explicit matrix. Attributes Summary EXPLICIT Constant EXPLICIT of type int MBE Constant MBE of type int SCHUR Constant SCHUR of type int Attributes Documentation EXPLICIT: int = EXPLICIT# Constant EXPLICIT of type int MBE: int = MBE# Constant MBE of type int SCHUR: int = SCHUR# Constant SCHUR of type int