Interface SimpleBasisPolynomials

All Superinterfaces:
BasisFunctionsCalculatable, BasisFunctionsMultipliable, ConfederateMatrixCalculatable
All Known Subinterfaces:
BasisPolynomials
All Known Implementing Classes:
Chebyshev, HermiteE, Laguerre, Legendre, LegendreShifted, Monomials, RecurrenceAB, RecurrenceABWithMultiplicationCached

public interface SimpleBasisPolynomials extends BasisFunctionsCalculatable
A basis (possibly non--normalized) with three term recurrence. This interface is typically a part of BasisPolynomials functionality, however when we have a basis with only recurrence coefficients available this interface can be used directly to convert to/from it using convertFunctionTo_PBASIS_from_Basis and convertFunctionTo_Basis_from_PBASIS.