public class ChebyshevPolynomial
extends java.lang.Object
| Constructor and Description |
|---|
ChebyshevPolynomial() |
| Modifier and Type | Method and Description |
|---|---|
static Polynomial |
T(int order)
Calculates Chebyshev polynomial of specified integer order.
|
public static Polynomial T(int order)