30#include <itpp/base/bessel/bessel_internal.h>
34# include <itpp/config.h>
36# include <itpp/config_msvc.h>
49 for (
int i = 0;
i < x.
size();
i++)
61 for (
int i = 0;
i < x.
size();
i++)
73 for (
int i = 0;
i < x.
size();
i++)
84 for (
int i = 0;
i < x.
size();
i++)
96 for (
int i = 0;
i < x.
size();
i++)
108 for (
int i = 0;
i < x.
size();
i++)
Definitions of Bessel functions.
int size() const
Returns the number of data elements in the array object.
double bessely(int nu, double x)
Bessel function of second kind of order nu. nu is integer.
double besseli(double nu, double x)
Modified Bessel function of first kind of order nu. nu is double. x is double.
double besselk(int n, double x)
Modified Bessel function of second kind of order nu. nu is double. x is double.
double besselj(int nu, double x)
Bessel function of first kind of order nu for nu integer.
IT++ compatibility types and functions.