NonNegativeLeastSquaresSolver#

class pyopenms.NonNegativeLeastSquaresSolver#

Bases: object

Cython implementation of _NonNegativeLeastSquaresSolver

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: NonNegativeLeastSquaresSolver) None

Methods

__init__

Overload:

solve(self, A, b, x)

RETURN_STATUS#

alias of __RETURN_STATUS

solve(self, A: MatrixDouble, b: MatrixDouble, x: MatrixDouble) int#