|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opensourcephysics.numerics.specialfunctions.Legendre
public class Legendre
Computes Laguerre polynomials and associated Laguerre polynomials.
Method Summary | |
---|---|
static double |
evaluate(int el,
double x)
Evaluates the el-th Legendre polynomial at x. |
static Function |
getAssociatedFunction(int el,
int m)
Gets the associated Legendre function. |
static Polynomial |
getPolynomial(int el)
Gets the el-th Legendre 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 el)
public static Function getAssociatedFunction(int el, int m)
public static double evaluate(int el, double x)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |