Home | Trees | Indices | Help |
|
---|
|
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.
|
|||
Inherited from |
|
|||
CHEBYSHEV1 = 1
|
|||
CHEBYSHEV2 = 2
|
|||
HERMITE = 5
|
|||
LAGUERRE = 4
|
|||
LEGENDRE = 3
|
|||
MONOMIAL = 0
|
|||
__qualname__ =
|
|
|||
Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 4 12:32:49 2021 | http://epydoc.sourceforge.net |