Click or drag to resize

SOLCRun Method

[Missing <summary> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.SOLC.Run(System.Int32,System.Int32,System.Double[],System.Int32,System.Double[],System.Int32,System.Double[]@,System.Int32,System.Double[]@,System.Int32,System.Int32[],System.Int32)"]


Namespace: Altaxo.Calc.Ode.Obsolete.Radau5
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Run(
	int N,
	int NDIM,
	double[] AR,
	int offset_ar,
	double[] AI,
	int offset_ai,
	ref double[] BR,
	int offset_br,
	ref double[] BI,
	int offset_bi,
	int[] IP,
	int offset_ip
)

Parameters

N  Int32
= ORDER OF MATRIX.
NDIM  Int32
= DECLARED DIMENSION OF ARRAYS AR AND AI.
AR  Double

[Missing <param name="AR"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.SOLC.Run(System.Int32,System.Int32,System.Double[],System.Int32,System.Double[],System.Int32,System.Double[]@,System.Int32,System.Double[]@,System.Int32,System.Int32[],System.Int32)"]

offset_ar  Int32

[Missing <param name="offset_ar"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.SOLC.Run(System.Int32,System.Int32,System.Double[],System.Int32,System.Double[],System.Int32,System.Double[]@,System.Int32,System.Double[]@,System.Int32,System.Int32[],System.Int32)"]

AI  Double

[Missing <param name="AI"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.SOLC.Run(System.Int32,System.Int32,System.Double[],System.Int32,System.Double[],System.Int32,System.Double[]@,System.Int32,System.Double[]@,System.Int32,System.Int32[],System.Int32)"]

offset_ai  Int32

[Missing <param name="offset_ai"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.SOLC.Run(System.Int32,System.Int32,System.Double[],System.Int32,System.Double[],System.Int32,System.Double[]@,System.Int32,System.Double[]@,System.Int32,System.Int32[],System.Int32)"]

BR  Double

[Missing <param name="BR"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.SOLC.Run(System.Int32,System.Int32,System.Double[],System.Int32,System.Double[],System.Int32,System.Double[]@,System.Int32,System.Double[]@,System.Int32,System.Int32[],System.Int32)"]

offset_br  Int32

[Missing <param name="offset_br"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.SOLC.Run(System.Int32,System.Int32,System.Double[],System.Int32,System.Double[],System.Int32,System.Double[]@,System.Int32,System.Double[]@,System.Int32,System.Int32[],System.Int32)"]

BI  Double

[Missing <param name="BI"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.SOLC.Run(System.Int32,System.Int32,System.Double[],System.Int32,System.Double[],System.Int32,System.Double[]@,System.Int32,System.Double[]@,System.Int32,System.Int32[],System.Int32)"]

offset_bi  Int32

[Missing <param name="offset_bi"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.SOLC.Run(System.Int32,System.Int32,System.Double[],System.Int32,System.Double[],System.Int32,System.Double[]@,System.Int32,System.Double[]@,System.Int32,System.Int32[],System.Int32)"]

IP  Int32
= PIVOT VECTOR OBTAINED FROM DEC.
offset_ip  Int32

[Missing <param name="offset_ip"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.SOLC.Run(System.Int32,System.Int32,System.Double[],System.Int32,System.Double[],System.Int32,System.Double[]@,System.Int32,System.Double[]@,System.Int32,System.Int32[],System.Int32)"]

See Also