Click or drag to resize

SpecialDigamma Class

[Missing <summary> documentation for "T:Altaxo.Calc.SpecialDigamma"]

Inheritance Hierarchy
SystemObject
  Altaxo.CalcSpecialDigamma

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class SpecialDigamma

The SpecialDigamma type exposes the following members.

Constructors
 NameDescription
Public methodSpecialDigammaInitializes a new instance of the SpecialDigamma class
Top
Methods
 NameDescription
Public methodStatic memberasymptotic_series 
Public methodStatic memberbackward_recurrence Computes digamma(z - n) using digamma(z) and a recurrence relation digamma(z-1) = digamma(z) - 1/(z-1).
Public methodStatic memberDigamma Digamma function of complex argument z.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberforward_recurrence Compute digamma(z + n) using digamma(z) using the recurrence relation digamma(z + 1) = digamma(z) + 1/z.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberzeta 
Public methodStatic memberzeta_series 
Top
See Also