/usr/include/trilinos/Bessel_I.hh is in libtrilinos-dev 10.4.0.dfsg-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | // $Id$
#ifndef BESSEL_I_HH
#define BESSEL_I_HH
namespace PAMGEN_NEVADA{
//! Modified Bessel function of order zero
double Bessel_I0( double x );
//! Modified Bessel function of order one
double Bessel_I1( double x );
}
#endif // BESSEL_I_HH
|