Interface OrthogonalPolynomialFamily
-
- All Known Implementing Classes:
HermitePolynomials
,LaguerrePolynomials
,LegendrePolynomials
public interface OrthogonalPolynomialFamily
This factory class produces a family of orthogonal polynomials.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Polynomial
getPolynomial(int order)
Return an instance of the polynomial class of a given order.
-
-
-
Method Detail
-
getPolynomial
Polynomial getPolynomial(int order)
Return an instance of the polynomial class of a given order.- Parameters:
order
- the order of the polynomial- Returns:
- the polynomial instance
-
-