PEPBasis#

The type of polynomial basis used to represent the polynomial eigenproblem.

Synopsis#

Values#

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#

PEP: Polynomial Eigenvalue Problems, PEPSetBasis()

Level#

intermediate

Location#

include/slepcpep.h


Index of all PEP routines Table of Contents for all manual pages Index of all manual pages