Click or drag to resize

DoubleNonnegativeLeastSquares Constructor

Overload List
 NameDescription
Public methodDoubleNonnegativeLeastSquares(DoubleMatrix, DoubleVector, DoubleVector) Constructs a nonnegative least squares solution for the given linear system Ax = y.
Public methodDoubleNonnegativeLeastSquares(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.
Public methodDoubleNonnegativeLeastSquares(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.
Public methodDoubleNonnegativeLeastSquares(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.
Top
See Also