Constructor

NumCosmoMathNNLSnew

Declaration [src]

NcmNNLS*
ncm_nnls_new (
  guint nrows,
  guint ncols
)

Description [src]

Creates a new NcmNNLS object.

Parameters

nrows

Type: guint

Number of rows.

ncols

Type: guint

Number of columns.

Return value

Type: NcmNNLS

A new NcmNNLS.

The caller of the function takes ownership of the data, and is responsible for freeing it.