|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.softsynth.jmsl.util.ChebyshevPolynomial
public class ChebyshevPolynomial
ChebyshevPolynomial
| Constructor Summary | |
|---|---|
ChebyshevPolynomial()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
static Polynomial |
T(int order)
Calculates Chebyshev polynomial of specified integer order. |
static Polynomial |
TRecurse(int order)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChebyshevPolynomial()
| Method Detail |
|---|
public static Polynomial T(int order)
public static Polynomial TRecurse(int order)
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||