|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Declares and defines Bessel functions of the first kind. More...
Declares and defines Bessel functions of the first kind.
Definition in file bessel.hpp.
#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | mx |
| The mxlib c++ namespace. | |
Functions | |
| template<typename T1 , typename T2 > | |
| T2 | mx::math::func::bessel_j (T1 v, T2 x) |
| Bessel Functions of the First Kind. | |