NonNegativeLeastSquaresSolver
- class pyopenms.NonNegativeLeastSquaresSolver
Bases:
objectCython implementation of _NonNegativeLeastSquaresSolver
Original C++ documentation is available here
- __init__()
Overload:
- __init__(self) None
Overload:
- __init__(self, in_0: NonNegativeLeastSquaresSolver) None
Methods
Overload:
solve(self, A, b, x)- RETURN_STATUS
alias of
pyopenms._pyopenms_6.__RETURN_STATUS
- solve(self, A: MatrixDouble, b: MatrixDouble, x: MatrixDouble) int