Method

NumCosmoMathNNLSget_residuals

Declaration [src]

NcmVector*
ncm_nnls_get_residuals (
  NcmNNLS* nnls
)

Description [src]

Gets the solution residuals, this method return the last residuals computed during ncm_nnls_solve(). If ncm_nnls_solve() was not called the return is undefined.

Return value

Type: NcmVector

Residuals vector.

The returned data is owned by the instance.