Special.Bessel KScaled Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Bessel | Evaluates the modified Bessel function of the second kind of real order scaled by a factor exp(z). |
Bessel | Evaluates the modified Bessel function of the second kind of real order scaled by a factor exp(x). |
BesselKScaled(Double, Complex<Double>)
Evaluates the modified Bessel function of the second kind
of real order scaled by a factor exp(z).
public static Complex<double> BesselKScaled(
double nu,
Complex<double> z
)
Parameters
- nu Double
- A real number that specifies the order of the Bessel function.
- z Complex<Double>
- A complex number.
Return Value
Complex<Double>The modified Bessel function of the second kind of order nu evaluated at z and scaled by a factor exp(z).
BesselKScaled(Double, Double)
Evaluates the modified Bessel function of the second kind
of real order scaled by a factor exp(x).
public static double BesselKScaled(
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 second kind of order nu evaluated at x and scaled by a factor exp(x).