Constructor

NumCosmoMathDataGaussCovMVNDnew

Declaration [src]

NcmDataGaussCovMVND*
ncm_data_gauss_cov_mvnd_new (
  const guint dim
)

Description [src]

Creates a new dim-dimensional MVND.

Parameters

dim

Type: const guint

Dimension of the MVND.

Return value

Type: NcmDataGaussCovMVND

The newly created object.

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