Click or drag to resize

ALSMethodsBaseFillBandMatrixOrder2 Method

[Missing <summary> documentation for "M:Altaxo.Science.Spectroscopy.BaselineEstimation.ALSMethodsBase.FillBandMatrixOrder2(Altaxo.Calc.LinearAlgebra.IMatrix{System.Double},System.Double[],System.Double,System.Int32)"]


Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void FillBandMatrixOrder2(
	IMatrix<double> m,
	double[] weights,
	double lambda,
	int countM1
)

Parameters

m  IMatrixDouble

[Missing <param name="m"/> documentation for "M:Altaxo.Science.Spectroscopy.BaselineEstimation.ALSMethodsBase.FillBandMatrixOrder2(Altaxo.Calc.LinearAlgebra.IMatrix{System.Double},System.Double[],System.Double,System.Int32)"]

weights  Double

[Missing <param name="weights"/> documentation for "M:Altaxo.Science.Spectroscopy.BaselineEstimation.ALSMethodsBase.FillBandMatrixOrder2(Altaxo.Calc.LinearAlgebra.IMatrix{System.Double},System.Double[],System.Double,System.Int32)"]

lambda  Double

[Missing <param name="lambda"/> documentation for "M:Altaxo.Science.Spectroscopy.BaselineEstimation.ALSMethodsBase.FillBandMatrixOrder2(Altaxo.Calc.LinearAlgebra.IMatrix{System.Double},System.Double[],System.Double,System.Int32)"]

countM1  Int32

[Missing <param name="countM1"/> documentation for "M:Altaxo.Science.Spectroscopy.BaselineEstimation.ALSMethodsBase.FillBandMatrixOrder2(Altaxo.Calc.LinearAlgebra.IMatrix{System.Double},System.Double[],System.Double,System.Int32)"]

See Also