|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.bme.smile.commons.math.specialFunctions.Legendre
public class Legendre
| Constructor Summary | |
|---|---|
Legendre()
|
|
| Method Summary | |
|---|---|
static double |
val(int L,
double x)
* Legendre polynomials can be defined by the following recurrence relations: P0(X) = 1 P1(X) = X (k+1) Pk+1(X) = (2k+1) X Pk(X) - k Pk-1(X) |
static double |
val(int L,
int M,
double x)
Associated Legendre Polynomials See: http://en.wikipedia.org/wiki/Legendre_function |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Legendre()
| Method Detail |
|---|
public static double val(int L,
double x)
L - - degreex - - location value
public static double val(int L,
int M,
double x)
L - - degreeM - - orderx - - location value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||