Click or drag to resize

QawoIntegrationgsl_integration_qawo_table Class

Table of precomputed Chebyshev moments and parameters used by the QAWO algorithm.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.IntegrationQawoIntegrationgsl_integration_qawo_table

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected class gsl_integration_qawo_table

The QawoIntegrationgsl_integration_qawo_table type exposes the following members.

Constructors
 NameDescription
Public methodQawoIntegrationgsl_integration_qawo_table Construct a new QAWO moment table and precompute moments.
Top
Methods
 NameDescription
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 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 methodset Reset the table parameters and recompute moments for the new omega/L settings.
Public methodset_length Set the table length parameter L and recompute moments if it changed.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldchebmo Gets the precomputed Chebyshev moments.
Public fieldL Gets the interval length.
Public fieldn Gets the number of scale levels stored in the table.
Public fieldomega Gets the angular frequency.
Public fieldpar Gets the scaled frequency-length product.
Public fieldsine Gets the selected trigonometric weighting.
Top
See Also