Method
NumCosmoMathNNLSsolve_splx
Declaration [src]
gdouble
ncm_nnls_solve_splx (
NcmNNLS* nnls,
NcmMatrix* A,
NcmVector* x,
NcmVector* f
)
Description [src]
Solves the system $A\vec{x} = \vec{f}$ for $\vec{x}$ imposing the non negativity constraint on $\vec{x}$, i.e., $\vec{x} > 0$. This method solves the system using function libqp_splx_solver from libqp.