PEPBasis#
The type of polynomial basis used to represent the polynomial eigenproblem.
Synopsis#
Values#
PEP_BASIS_MONOMIAL- monomial basisPEP_BASIS_CHEBYSHEV1- Chebyshev polynomials of the 1st kindPEP_BASIS_CHEBYSHEV2- Chebyshev polynomials of the 2nd kindPEP_BASIS_LEGENDRE- Legendre polynomialsPEP_BASIS_LAGUERRE- Laguerre polynomialsPEP_BASIS_HERMITE- Hermite polynomials
Notes#
The default is to work with the monomial basis to represent the polynomial,
i.e., \(1, x, x^2, \dots, x^d\). For large degree \(d\), numerical
difficulties may arise. In that case, a different basis is recommended.
The user is responsible for providing the coefficient matrices to
PEPSetOperators() represented in the selected basis.
See Also#
Level#
intermediate
Location#
Index of all PEP routines Table of Contents for all manual pages Index of all manual pages