Interface BasisFunctionsCalculatable

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

public interface BasisFunctionsCalculatable extends BasisFunctionsMultipliable, ConfederateMatrixCalculatable
Polynomial basis functions calculatable at x. The most important one --- multiply p*(ma*x+mb). This interface is typically a part of BasisPolynomials functionality, however it can be used to representa a more general than three term recurrence type of polynomials.