RK8713M Type

Runge-Kutta method of 8th order of Dormand and Prince. Attention: this method can only provide dense output of order 3. If accurate dense output is needed, please use method DOP853.

References:

[1] Hairer, Ordinary differential equations I, 2nd edition, 1993.

[2] Engeln-Müllges et al., Numerik-Algorithmen, Springer, 2011 (in German)

Constructors

Constructor Description

RK8713M()

Full Usage: RK8713M()

Instance members

Instance member Description

this.A

Full Usage: this.A

Returns: float[][]
Modifiers: abstract

Returns: float[][]

this.BH

Full Usage: this.BH

Returns: float[]
Modifiers: abstract

Returns: float[]

this.BHML

Full Usage: this.BHML

Returns: float[]
Modifiers: abstract

Returns: float[]

this.C

Full Usage: this.C

Returns: float[]
Modifiers: abstract

Returns: float[]

this.NumberOfStages

Full Usage: this.NumberOfStages

Returns: int
Modifiers: abstract

Returns: int

this.Order

Full Usage: this.Order

Returns: int
Modifiers: abstract

Returns: int

this.StiffnessDetectionThresholdValue

Full Usage: this.StiffnessDetectionThresholdValue

Returns: float
Modifiers: abstract

Returns: float