Multi |
[Missing <summary> documentation for "T:Altaxo.Calc.Ode.MultiStepMethodBase"]
public class MultiStepMethodBase
The MultiStepMethodBase type exposes the following members.
Name | Description | |
---|---|---|
MultiStepMethodBase | Initializes a new instance of the MultiStepMethodBase class |
Name | Description | |
---|---|---|
AreEqual | Determines whether the specified two values x1 and x2 are equal due to a given relative tolerance. | |
EnumerationForwardToGreaterThan | Moves the enumerator so that the current element is greater than the provided x value. | |
EnumerationForwardToGreaterThanOrEqual | Moves the enumerator so that the current element is greater than or equal to the provided x value. | |
EnumerationInitialize | 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. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Faculty | Calculates the faculty of parameter x (in the range of 1..12). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
L2Norm | Calculates the L2 norm of array x. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Multiply | Multiplies the elements of array a by the factor b. | |
NewJaggedArrayT | Creates a new jagged array. | |
RotateElementsUpwardsT | 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]. | |
SwapT | Swaps two values a and b. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
_initialization | Temporary storage for the initialization data. |