Click or drag to resize
NonNegativeLeastSquares Constructor
Construct a new NonNegativeLeastSquares instance to solve Ax-b where x is a vector of n unknowns.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public NonNegativeLeastSquares(
	double[,] a,
	double[] b
)

Parameters

a
Type: SystemDouble
The double input matrix.
b
Type: SystemDouble
A double array of length a.GetLength(0).
See Also