slepc4py.SLEPc.PEP.Basis#
- class slepc4py.SLEPc.PEP.Basis#
Bases:
object
PEP 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
CHEBYSHEV1
of typeint
Constant
CHEBYSHEV2
of typeint
Constant
HERMITE
of typeint
Constant
LAGUERRE
of typeint
Constant
LEGENDRE
of typeint
Constant
MONOMIAL
of typeint
Attributes Documentation