Click or drag to resize

DACOPYRun Method

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


Namespace: Altaxo.Calc.Ode.Obsolete.DVode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Run(
	int NROW,
	int NCOL,
	double[] A,
	int offset_a,
	int NROWA,
	ref double[] B,
	int offset_b,
	int NROWB
)

Parameters

NROW  Int32

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

NCOL  Int32

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

A  Double

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

offset_a  Int32

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

NROWA  Int32

[Missing <param name="NROWA"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.DVode.DACOPY.Run(System.Int32,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.DVode.DACOPY.Run(System.Int32,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.DVode.DACOPY.Run(System.Int32,System.Int32,System.Double[],System.Int32,System.Int32,System.Double[]@,System.Int32,System.Int32)"]

NROWB  Int32

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

See Also