slepc4py.SLEPc.MFN.Type# class slepc4py.SLEPc.MFN.Type# Bases: object MFN type. Action of a matrix function on a vector. KRYLOV: Restarted Krylov solver. EXPOKIT: Implementation of the method in Expokit. Attributes Summary EXPOKIT Object EXPOKIT of type str KRYLOV Object KRYLOV of type str Attributes Documentation EXPOKIT: str = EXPOKIT# Object EXPOKIT of type str KRYLOV: str = KRYLOV# Object KRYLOV of type str