Click or drag to resize

DOP853CoreDOP853 Constructor

Initializes a new instance of the DOP853CoreDOP853 class

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public CoreDOP853(
	int order,
	int numberOfStages,
	int numberOfAdditionalStagesForDenseOutput,
	double[][] a,
	double[] b,
	double[]? bl,
	double[] c,
	double x0,
	double[] y,
	Action<double, double[], double[]> f
)

Parameters

order  Int32

[Missing <param name="order"/> documentation for "M:Altaxo.Calc.Ode.DOP853.CoreDOP853.#ctor(System.Int32,System.Int32,System.Int32,System.Double[][],System.Double[],System.Double[],System.Double[],System.Double,System.Double[],System.Action{System.Double,System.Double[],System.Double[]})"]

numberOfStages  Int32

[Missing <param name="numberOfStages"/> documentation for "M:Altaxo.Calc.Ode.DOP853.CoreDOP853.#ctor(System.Int32,System.Int32,System.Int32,System.Double[][],System.Double[],System.Double[],System.Double[],System.Double,System.Double[],System.Action{System.Double,System.Double[],System.Double[]})"]

numberOfAdditionalStagesForDenseOutput  Int32

[Missing <param name="numberOfAdditionalStagesForDenseOutput"/> documentation for "M:Altaxo.Calc.Ode.DOP853.CoreDOP853.#ctor(System.Int32,System.Int32,System.Int32,System.Double[][],System.Double[],System.Double[],System.Double[],System.Double,System.Double[],System.Action{System.Double,System.Double[],System.Double[]})"]

a  Double

[Missing <param name="a"/> documentation for "M:Altaxo.Calc.Ode.DOP853.CoreDOP853.#ctor(System.Int32,System.Int32,System.Int32,System.Double[][],System.Double[],System.Double[],System.Double[],System.Double,System.Double[],System.Action{System.Double,System.Double[],System.Double[]})"]

b  Double

[Missing <param name="b"/> documentation for "M:Altaxo.Calc.Ode.DOP853.CoreDOP853.#ctor(System.Int32,System.Int32,System.Int32,System.Double[][],System.Double[],System.Double[],System.Double[],System.Double,System.Double[],System.Action{System.Double,System.Double[],System.Double[]})"]

bl  Double

[Missing <param name="bl"/> documentation for "M:Altaxo.Calc.Ode.DOP853.CoreDOP853.#ctor(System.Int32,System.Int32,System.Int32,System.Double[][],System.Double[],System.Double[],System.Double[],System.Double,System.Double[],System.Action{System.Double,System.Double[],System.Double[]})"]

c  Double

[Missing <param name="c"/> documentation for "M:Altaxo.Calc.Ode.DOP853.CoreDOP853.#ctor(System.Int32,System.Int32,System.Int32,System.Double[][],System.Double[],System.Double[],System.Double[],System.Double,System.Double[],System.Action{System.Double,System.Double[],System.Double[]})"]

x0  Double

[Missing <param name="x0"/> documentation for "M:Altaxo.Calc.Ode.DOP853.CoreDOP853.#ctor(System.Int32,System.Int32,System.Int32,System.Double[][],System.Double[],System.Double[],System.Double[],System.Double,System.Double[],System.Action{System.Double,System.Double[],System.Double[]})"]

y  Double

[Missing <param name="y"/> documentation for "M:Altaxo.Calc.Ode.DOP853.CoreDOP853.#ctor(System.Int32,System.Int32,System.Int32,System.Double[][],System.Double[],System.Double[],System.Double[],System.Double,System.Double[],System.Action{System.Double,System.Double[],System.Double[]})"]

f  ActionDouble, Double, Double

[Missing <param name="f"/> documentation for "M:Altaxo.Calc.Ode.DOP853.CoreDOP853.#ctor(System.Int32,System.Int32,System.Int32,System.Double[][],System.Double[],System.Double[],System.Double[],System.Double,System.Double[],System.Action{System.Double,System.Double[],System.Double[]})"]

See Also