|  | Name | Description | 
|---|
|  | DoubleNonnegativeLeastSquares(DoubleMatrix, DoubleVector, DoubleVector) | Constructs a nonnegative least squares solution for the given linear system
            Ax = y. | 
|  | DoubleNonnegativeLeastSquares(DoubleMatrix, DoubleVector, Boolean, DoubleVector) | 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, DoubleVector) | 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, Int32, DoubleVector) | Constructs a nonnegative least squares solution for the given linear system
            Ax = y, optionally adding an intercept parameter to the
            model. |