Function

NumCosmoMathNNLSclear

Declaration [src]

void
ncm_nnls_clear (
  NcmNNLS** nnls
)

Description [src]

Decrease the reference count of nnls by one, and sets the pointer *nnls to NULL.

Parameters

nnls

Type: NcmNNLS

A NcmNNLS.

The data is owned by the caller of the function.