Class documentation of Concepts

Loading...
Searching...
No Matches
bessel.hh File Reference
#include "toolbox/sequence.hh"
#include "formula.hh"

Go to the source code of this file.

Classes

class  concepts::BesselJ< n >
 
class  concepts::BesselY< n >
 

Namespaces

namespace  concepts
 

Functions

Real concepts::besselJ0 (const Real x)
 
Real concepts::besselY0 (const Real x)
 
Real concepts::besselJ1 (const Real x)
 
Real concepts::besselY1 (const Real x)
 
Real concepts::besselJn (const Real x, const int n)
 Evaluates the Bessel function $J_n(x)$.
 
Sequence< Realconcepts::besselJn (const Real x, const Sequence< int > &n)
 Evaluates the Bessel function $J_n(x)$ for several orders.
 
Real concepts::besselYn (const Real x, const int n)
 Evaluates the Bessel function $ Y_n(x) $.
 
Cmplx concepts::hankel_1_n (const Real x, const int n)
 
Sequence< Cmplxconcepts::hankel_1_n (const Real x, const Sequence< int > &n)
 
Cmplx concepts::hankel_2_n (const Real x, const int n)
 
Sequence< Cmplxconcepts::hankel_2_n (const Real x, const Sequence< int > &n)
 
Cmplx concepts::hankel_1_deriv_n (const Real x, const int n)
 
Sequence< Cmplxconcepts::hankel_1_deriv_n (const Real x, const Sequence< int > &n)
 
Cmplx concepts::hankel_2_deriv_n (const Real x, const int n)
 
Sequence< Cmplxconcepts::hankel_2_deriv_n (const Real x, const Sequence< int > &n)
 

Detailed Description

Bessel functions as Concepts formulas.

Author
Kersten Schmidt, 2010
Adrien Semin, 2015

Definition in file bessel.hh.