|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.numerics.specialfunctions.Bessel
public class Bessel
| Constructor Summary | |
|---|---|
Bessel()
|
|
| Method Summary | |
|---|---|
static double |
bessel0(double x)
|
static double |
bessel1(double x)
|
static double |
besseln(int n,
double x)
Computes the Bessel function of order n at x. |
static double |
besselnDerivative(int n,
double x)
Computes the derivative of the Bessel function of order n at x. |
static double[] |
besselnZeros(int n,
int nt)
Computes nt zeroes of the n-th order Bessel function |
static Function |
getDerivative(int n)
Gets the derivative of the Bessel function with the given order. |
static Function |
getFunction(int n)
Gets the Bessel function with the given order. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Bessel()
| Method Detail |
|---|
public static Function getFunction(int n)
public static Function getDerivative(int n)
public static double besseln(int n,
double x)
n - x -
public static double besselnDerivative(int n,
double x)
n - x -
public static double[] besselnZeros(int n,
int nt)
n - nt -
public static double bessel0(double x)
public static double bessel1(double x)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||