Click or drag to resize
Accord.NET (logo)

Bessel Methods

The Bessel type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleI(Double)
Bessel function of the first kind, of order 1.
Public methodStatic memberCode exampleI(Int32, Double)
Bessel function of the first kind, of order n.
Public methodStatic memberCode exampleI0
Bessel function of the first kind, of order 0.
Public methodStatic memberCode exampleJ(Double)
Bessel function of order 1.
Public methodStatic memberCode exampleJ(Int32, Double)
Bessel function of order n.
Public methodStatic memberCode exampleJ0
Bessel function of order 0.
Public methodStatic memberCode exampleY(Double)
Bessel function of the second kind, of order 1.
Public methodStatic memberCode exampleY(Int32, Double)
Bessel function of the second kind, of order n.
Public methodStatic memberCode exampleY0
Bessel function of the second kind, of order 0.
Top
See Also