|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.numerics.specialfunctions.Laguerre
public class Laguerre
Computes Laguerre polynomials and associated Laguerre polynomials.
| Method Summary | |
|---|---|
static double |
evaluate(int n,
double x)
Evaluates the n-th Laguerre polynomial at x. |
static Polynomial |
getPolynomial(int n)
Gets the n-th Laguerre polynomial. |
static Polynomial |
getPolynomial(int n,
int k)
Gets the associated Laguerre polynomial. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Polynomial getPolynomial(int n)
public static Polynomial getPolynomial(int n,
int k)
public static double evaluate(int n,
double x)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||