NonNegativeLeastSquaresSolver

class pyopenms.NonNegativeLeastSquaresSolver

Bases: object

Cython 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

__init__

  • Cython signature: void NonNegativeLeastSquaresSolver()

solve

Cython signature: int solve(MatrixDouble & A, MatrixDouble & b, MatrixDouble & x)

RETURN_STATUS

alias of pyopenms.pyopenms_8.__RETURN_STATUS

solve()

Cython signature: int solve(MatrixDouble & A, MatrixDouble & b, MatrixDouble & x)