Overload List

  NameDescription
FloatNonnegativeLeastSquares(FloatMatrix, FloatVector)
Constructs a nonnegative least squares solution for the given linear system Ax = y.
FloatNonnegativeLeastSquares(FloatMatrix, FloatVector, Boolean)
Constructs a nonnegative least squares solution for the given linear system Ax = y, optionally adding an intercept parameter to the model.
FloatNonnegativeLeastSquares(FloatMatrix, FloatVector, Boolean, Single)
Constructs a nonnegative least squares solution for the given linear system Ax = y, optionally adding an intercept parameter to the model.

See Also