Click or drag to resize

DoubleNonnegativeLeastSquaresSolveUnconstrainedLeastSq Method

[Missing <summary> documentation for "M:CenterSpace.NMath.Core.DoubleNonnegativeLeastSquares.SolveUnconstrainedLeastSq(CenterSpace.NMath.Core.DoubleMatrix,CenterSpace.NMath.Core.DoubleVector,System.Double,CenterSpace.NMath.Core.DoubleVector)"]


Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected virtual DoubleVector SolveUnconstrainedLeastSq(
	DoubleMatrix A,
	DoubleVector y,
	double tolerance,
	DoubleVector weights
)

Parameters

A  DoubleMatrix

[Missing <param name="A"/> documentation for "M:CenterSpace.NMath.Core.DoubleNonnegativeLeastSquares.SolveUnconstrainedLeastSq(CenterSpace.NMath.Core.DoubleMatrix,CenterSpace.NMath.Core.DoubleVector,System.Double,CenterSpace.NMath.Core.DoubleVector)"]

y  DoubleVector

[Missing <param name="y"/> documentation for "M:CenterSpace.NMath.Core.DoubleNonnegativeLeastSquares.SolveUnconstrainedLeastSq(CenterSpace.NMath.Core.DoubleMatrix,CenterSpace.NMath.Core.DoubleVector,System.Double,CenterSpace.NMath.Core.DoubleVector)"]

tolerance  Double

[Missing <param name="tolerance"/> documentation for "M:CenterSpace.NMath.Core.DoubleNonnegativeLeastSquares.SolveUnconstrainedLeastSq(CenterSpace.NMath.Core.DoubleMatrix,CenterSpace.NMath.Core.DoubleVector,System.Double,CenterSpace.NMath.Core.DoubleVector)"]

weights  DoubleVector

[Missing <param name="weights"/> documentation for "M:CenterSpace.NMath.Core.DoubleNonnegativeLeastSquares.SolveUnconstrainedLeastSq(CenterSpace.NMath.Core.DoubleMatrix,CenterSpace.NMath.Core.DoubleVector,System.Double,CenterSpace.NMath.Core.DoubleVector)"]

Return Value

DoubleVector
See Also