Click or drag to resize

NLFitqrsolve Method

[Missing <summary> documentation for "M:Altaxo.Calc.Regression.NLFit.qrsolve(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double[],System.Double[],System.Double[])"]


Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void qrsolve(
	int n,
	double[] r,
	int ldr,
	int[] ipvt,
	double[] diag,
	double[] qtb,
	double[] x,
	double[] sdiag,
	double[] wa
)

Parameters

n  Int32

[Missing <param name="n"/> documentation for "M:Altaxo.Calc.Regression.NLFit.qrsolve(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double[],System.Double[],System.Double[])"]

r  Double

[Missing <param name="r"/> documentation for "M:Altaxo.Calc.Regression.NLFit.qrsolve(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double[],System.Double[],System.Double[])"]

ldr  Int32

[Missing <param name="ldr"/> documentation for "M:Altaxo.Calc.Regression.NLFit.qrsolve(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double[],System.Double[],System.Double[])"]

ipvt  Int32

[Missing <param name="ipvt"/> documentation for "M:Altaxo.Calc.Regression.NLFit.qrsolve(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double[],System.Double[],System.Double[])"]

diag  Double

[Missing <param name="diag"/> documentation for "M:Altaxo.Calc.Regression.NLFit.qrsolve(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double[],System.Double[],System.Double[])"]

qtb  Double

[Missing <param name="qtb"/> documentation for "M:Altaxo.Calc.Regression.NLFit.qrsolve(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double[],System.Double[],System.Double[])"]

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Regression.NLFit.qrsolve(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double[],System.Double[],System.Double[])"]

sdiag  Double

[Missing <param name="sdiag"/> documentation for "M:Altaxo.Calc.Regression.NLFit.qrsolve(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double[],System.Double[],System.Double[])"]

wa  Double

[Missing <param name="wa"/> documentation for "M:Altaxo.Calc.Regression.NLFit.qrsolve(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double[],System.Double[],System.Double[])"]

See Also