Constructor

NumCosmoMathModelMVNDnew

Declaration [src]

NcmModelMVND*
ncm_model_mvnd_new (
  const guint dim
)

Description [src]

Creates a new MVND mean model of dim dimensions.

Parameters

dim

Type: const guint

Dimension of the MVND.

Return value

Type: NcmModelMVND

The newly created NcmModelMVND.

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