Wrapper for a non-negative least squares (NNLS) solver.
Definition: NonNegativeLeastSquaresSolver.h:21
static Int solve(const Matrix< double > &A, const Matrix< double > &b, Matrix< double > &x)
This is a wrapper for the external nnls library for the non-negative least square problem Ax=b,...
RETURN_STATUS
Definition: NonNegativeLeastSquaresSolver.h:25
@ SOLVED
Definition: NonNegativeLeastSquaresSolver.h:26
static Int solve(Matrix< double >::EigenMatrixType &A, std::vector< double > &b, std::vector< double > &x)
This is a wrapper for the external nnls library for the non-negative least square problem Ax=b,...
int Int
Signed integer type.
Definition: Types.h:72
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19