Extension: Matrix functions
#include "dg/matrix/matrix.h"
Loading...
Searching...
No Matches
dg::mat::BesselJ< T > Struct Template Reference

\( f(x) = J_n (x)\) with \(J_n\) the n-th order modified Bessel function More...

Public Member Functions

 BesselJ (unsigned n)
 
operator() (T x) const
 

Detailed Description

template<class T = double>
struct dg::mat::BesselJ< T >

\( f(x) = J_n (x)\) with \(J_n\) the n-th order modified Bessel function

Template Parameters
Tvalue type

Constructor & Destructor Documentation

◆ BesselJ()

template<class T = double>
dg::mat::BesselJ< T >::BesselJ ( unsigned n)
inline

Member Function Documentation

◆ operator()()

template<class T = double>
T dg::mat::BesselJ< T >::operator() ( T x) const
inline

The documentation for this struct was generated from the following file: