Click or drag to resize

IBBAMPLRun Method

[Missing <summary> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.IBBAMPL.Run(System.Int32,System.Double[]@,System.Int32,System.Int32,System.Double[],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#
void Run(
	int N,
	ref double[] B,
	int offset_b,
	int LB,
	double[] RPAR,
	int offset_rpar,
	int IPAR
)

Parameters

N  Int32

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

B  Double

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

offset_b  Int32

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

LB  Int32

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

RPAR  Double

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

offset_rpar  Int32

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

IPAR  Int32

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

See Also