NonNegativeLeastSquaresSolver#
- class pyopenms.NonNegativeLeastSquaresSolver#
Bases:
objectCython implementation of _NonNegativeLeastSquaresSolver
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1NonNegativeLeastSquaresSolver.html
- __init__()#
Cython signature: void NonNegativeLeastSquaresSolver()
Cython signature: void NonNegativeLeastSquaresSolver(NonNegativeLeastSquaresSolver &)
Methods
Cython signature: void NonNegativeLeastSquaresSolver()
Cython signature: int solve(MatrixDouble & A, MatrixDouble & b, MatrixDouble & x)
- RETURN_STATUS#
alias of
pyopenms.pyopenms_5.__RETURN_STATUS
- solve()#
Cython signature: int solve(MatrixDouble & A, MatrixDouble & b, MatrixDouble & x)