Bessel Class |
Namespace: Imsl.Math
The Bessel type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
I(Double, Int32) |
Evaluates a sequence of modified Bessel functions of the first kind
with integer order and real argument.
| |
I(Double, Double, Int32) |
Evaluates a sequence of modified Bessel functions of the first kind
with real order and real argument.
| |
J(Double, Int32) |
Evaluates a sequence of Bessel functions of the first kind with
integer order and real argument.
| |
J(Double, Double, Int32) |
Evaluate a sequence of Bessel functions of the first kind with real
order and real positive argument.
| |
K(Double, Int32) |
Evaluates a sequence of modified Bessel functions of the third kind
with integer order and real argument.
| |
K(Double, Double, Int32) |
Evaluates a sequence of modified Bessel functions of the third kind
with fractional order and real argument.
| |
ScaledK |
Evaluate a sequence of exponentially scaled modified Bessel functions
of the third kind with fractional order and real argument.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Y |
Evaluate a sequence of Bessel functions of the second kind with real
nonnegative order and real positive argument.
|