Overload List

  NameDescription
DoubleNonnegativeLeastSquares(DoubleMatrix, DoubleVector)
Constructs a nonnegative least squares solution for the given linear system Ax = y.
DoubleNonnegativeLeastSquares(DoubleMatrix, DoubleVector, Boolean)
Constructs a nonnegative least squares solution for the given linear system Ax = y, optionally adding an intercept parameter to the model.
DoubleNonnegativeLeastSquares(DoubleMatrix, DoubleVector, Boolean, Double)
Constructs a nonnegative least squares solution for the given linear system Ax = y, optionally adding an intercept parameter to the model.

See Also