IMSL C# Numerical Library

Bessel.I Method

Evaluates a sequence of modified Bessel functions of the first kind.

Overload List

Evaluates a sequence of modified Bessel functions of the first kind with real order and real argument.

public static double[] I(double,double,int);

Evaluates a sequence of modified Bessel functions of the first kind with integer order and real argument.

public static double[] I(double,int);

See Also

Bessel Class | Imsl.Math Namespace