slepc4py.SLEPc.PEP.Basis#
- class slepc4py.SLEPc.PEP.Basis#
Bases:
objectPEP basis type for the representation of the polynomial.
MONOMIAL: Monomials (default).CHEBYSHEV1: Chebyshev polynomials of the 1st kind.CHEBYSHEV2: Chebyshev polynomials of the 2nd kind.LEGENDRE: Legendre polynomials.LAGUERRE: Laguerre polynomials.HERMITE: Hermite polynomials.
Attributes Summary
Constant
CHEBYSHEV1of typeintConstant
CHEBYSHEV2of typeintConstant
HERMITEof typeintConstant
LAGUERREof typeintConstant
LEGENDREof typeintConstant
MONOMIALof typeintAttributes Documentation