Click or drag to resize

GSL_CONST Class

A collection of GSL numeric constants used by the integration routines. Values are mapped from the GSL library for double and float limits and epsilons.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.IntegrationGSL_CONST

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

The GSL_CONST type exposes the following members.

Constructors
 NameDescription
Public methodGSL_CONSTInitializes a new instance of the GSL_CONST class
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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberGSL_DBL_EPSILON Machine epsilon for Double values.
Public fieldStatic memberGSL_DBL_MAX Largest finite Double value.
Public fieldStatic memberGSL_DBL_MIN Smallest positive normalized Double value.
Public fieldStatic memberGSL_FLT_EPSILON Machine epsilon for Single values.
Public fieldStatic memberGSL_FLT_MAX Largest finite Single value.
Public fieldStatic memberGSL_FLT_MIN Smallest positive normalized Single value.
Public fieldStatic memberGSL_LOG_DBL_EPSILON Natural logarithm of GSL_DBL_EPSILON.
Public fieldStatic memberGSL_LOG_DBL_MAX Natural logarithm of GSL_DBL_MAX.
Public fieldStatic memberGSL_LOG_DBL_MIN Natural logarithm of GSL_DBL_MIN.
Public fieldStatic memberGSL_LOG_FLT_EPSILON Natural logarithm of GSL_FLT_EPSILON.
Public fieldStatic memberGSL_LOG_FLT_MAX Natural logarithm of GSL_FLT_MAX.
Public fieldStatic memberGSL_LOG_FLT_MIN Natural logarithm of GSL_FLT_MIN.
Public fieldStatic memberGSL_LOG_SFLT_EPSILON Natural logarithm of GSL_SFLT_EPSILON.
Public fieldStatic memberGSL_ROOT3_DBL_EPSILON Cube root of GSL_DBL_EPSILON.
Public fieldStatic memberGSL_ROOT3_DBL_MAX Cube root of GSL_DBL_MAX.
Public fieldStatic memberGSL_ROOT3_DBL_MIN Cube root of GSL_DBL_MIN.
Public fieldStatic memberGSL_ROOT3_FLT_EPSILON Cube root of GSL_FLT_EPSILON.
Public fieldStatic memberGSL_ROOT3_FLT_MAX Cube root of GSL_FLT_MAX.
Public fieldStatic memberGSL_ROOT3_FLT_MIN Cube root of GSL_FLT_MIN.
Public fieldStatic memberGSL_ROOT3_SFLT_EPSILON Cube root of GSL_SFLT_EPSILON.
Public fieldStatic memberGSL_ROOT4_DBL_EPSILON Fourth root of GSL_DBL_EPSILON.
Public fieldStatic memberGSL_ROOT4_DBL_MAX Fourth root of GSL_DBL_MAX.
Public fieldStatic memberGSL_ROOT4_DBL_MIN Fourth root of GSL_DBL_MIN.
Public fieldStatic memberGSL_ROOT4_FLT_EPSILON Fourth root of GSL_FLT_EPSILON.
Public fieldStatic memberGSL_ROOT4_FLT_MAX Fourth root of GSL_FLT_MAX.
Public fieldStatic memberGSL_ROOT4_FLT_MIN Fourth root of GSL_FLT_MIN.
Public fieldStatic memberGSL_ROOT4_SFLT_EPSILON Fourth root of GSL_SFLT_EPSILON.
Public fieldStatic memberGSL_ROOT5_DBL_EPSILON Fifth root of GSL_DBL_EPSILON.
Public fieldStatic memberGSL_ROOT5_DBL_MAX Fifth root of GSL_DBL_MAX.
Public fieldStatic memberGSL_ROOT5_DBL_MIN Fifth root of GSL_DBL_MIN.
Public fieldStatic memberGSL_ROOT5_FLT_EPSILON Fifth root of GSL_FLT_EPSILON.
Public fieldStatic memberGSL_ROOT5_FLT_MAX Fifth root of GSL_FLT_MAX.
Public fieldStatic memberGSL_ROOT5_FLT_MIN Fifth root of GSL_FLT_MIN.
Public fieldStatic memberGSL_ROOT5_SFLT_EPSILON Fifth root of GSL_SFLT_EPSILON.
Public fieldStatic memberGSL_ROOT6_DBL_EPSILON Sixth root of GSL_DBL_EPSILON.
Public fieldStatic memberGSL_ROOT6_DBL_MAX Sixth root of GSL_DBL_MAX.
Public fieldStatic memberGSL_ROOT6_DBL_MIN Sixth root of GSL_DBL_MIN.
Public fieldStatic memberGSL_ROOT6_FLT_EPSILON Sixth root of GSL_FLT_EPSILON.
Public fieldStatic memberGSL_ROOT6_FLT_MAX Sixth root of GSL_FLT_MAX.
Public fieldStatic memberGSL_ROOT6_FLT_MIN Sixth root of GSL_FLT_MIN.
Public fieldStatic memberGSL_ROOT6_SFLT_EPSILON Sixth root of GSL_SFLT_EPSILON.
Public fieldStatic memberGSL_SFLT_EPSILON Machine epsilon for short Single precision values used by GSL.
Public fieldStatic memberGSL_SQRT_DBL_EPSILON Square root of GSL_DBL_EPSILON.
Public fieldStatic memberGSL_SQRT_DBL_MAX Square root of GSL_DBL_MAX.
Public fieldStatic memberGSL_SQRT_DBL_MIN Square root of GSL_DBL_MIN.
Public fieldStatic memberGSL_SQRT_FLT_EPSILON Square root of GSL_FLT_EPSILON.
Public fieldStatic memberGSL_SQRT_FLT_MAX Square root of GSL_FLT_MAX.
Public fieldStatic memberGSL_SQRT_FLT_MIN Square root of GSL_FLT_MIN.
Public fieldStatic memberGSL_SQRT_SFLT_EPSILON Square root of GSL_SFLT_EPSILON.
Top
See Also