Special.Bessel IScaled Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Bessel | Evaluates the modified Bessel function of the first kind of real order scaled by a factor exp(-|z|). |
Bessel | Evaluates the modified Bessel function of the first kind of real order scaled by a factor exp(-|x|). |
BesselIScaled(Double, Complex<Double>)
Evaluates the modified Bessel function of the first kind
of real order scaled by a factor exp(-|z|).
public static Complex<double> BesselIScaled(
double nu,
Complex<double> z
)
Parameters
- nu Double
- A real number that specifies the order of the Bessel function.
- z Complex<Double>
- The value at which to evaluate the function.
Return Value
Complex<Double>The modified Bessel function of the first kind of order nu evaluated at z scaled by a factor exp(-|z|).
BesselIScaled(Double, Double)
Evaluates the modified Bessel function of the first kind
of real order scaled by a factor exp(-|x|).
public static double BesselIScaled(
double nu,
double x
)
Parameters
- nu Double
- A real number that specifies the order of the Bessel function.
- x Double
- The value at which to evaluate the function.
Return Value
DoubleThe modified Bessel function of the first kind of order nu evaluated at x scaled by a factor exp(-|x|).