Click or drag to resize

MultiStepMethodBase Class

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

Inheritance Hierarchy
SystemObject
  Altaxo.Calc.OdeMultiStepMethodBase
    Altaxo.Calc.OdeGearsBDFWithNordsieckState

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

The MultiStepMethodBase type exposes the following members.

Constructors
 NameDescription
Public methodMultiStepMethodBaseInitializes a new instance of the MultiStepMethodBase class
Top
Methods
 NameDescription
Protected methodStatic memberAreEqual Determines whether the specified two values x1 and x2 are equal due to a given relative tolerance.
Protected methodStatic memberEnumerationForwardToGreaterThan Moves the enumerator so that the current element is greater than the provided x value.
Protected methodStatic memberEnumerationForwardToGreaterThanOrEqual Moves the enumerator so that the current element is greater than or equal to the provided x value.
Protected methodStatic memberEnumerationInitialize Creates an enumerator from the enumeration, and tries to move to the first element. If the enumeration is null or is empty, null is returned instead of the enumerator.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodStatic memberFaculty Calculates the faculty of parameter x (in the range of 1..12).
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 methodStatic memberL2Norm Calculates the L2 norm of array x.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodStatic memberMultiply Multiplies the elements of array a by the factor b.
Public methodStatic memberNewJaggedArrayT Creates a new jagged array.
Protected methodStatic memberRotateElementsUpwardsT Rotates the elements of the array one position upwards, i.e. ele[0] to ele[1], ele[1] to ele[2].. and the last element back to ele[0].
Public methodStatic memberSwapT Swaps two values a and b.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Protected field_initialization Temporary storage for the initialization data.
Top
See Also