| Top |
Functions
| NcmModelMVND * | ncm_model_mvnd_new () |
| NcmModelMVND * | ncm_model_mvnd_ref () |
| void | ncm_model_mvnd_free () |
| void | ncm_model_mvnd_clear () |
| void | ncm_model_mvnd_mean () |
Functions
ncm_model_mvnd_new ()
NcmModelMVND *
ncm_model_mvnd_new (const guint dim);
Creates a new MVND mean model of dim
dimensions.
ncm_model_mvnd_ref ()
NcmModelMVND *
ncm_model_mvnd_ref (NcmModelMVND *model_mvnd);
Increases the reference count of model_mvnd
by one.
ncm_model_mvnd_free ()
void
ncm_model_mvnd_free (NcmModelMVND *model_mvnd);
Decreases the reference count of model_mvnd
by one.
ncm_model_mvnd_clear ()
void
ncm_model_mvnd_clear (NcmModelMVND **model_mvnd);
If model_mvnd
is different from NULL, decreases the reference count of
model_mvnd
by one and sets model_mvnd
to NULL.
ncm_model_mvnd_mean ()
void ncm_model_mvnd_mean (NcmModelMVND *model_mvnd,NcmVector *y);
Copies into y
the mean vector.
Property Details
The “dim” property
“dim” guint
Problem dimension.
Flags: Read / Write / Construct
Allowed values: >= 1
Default value: 1
The “mu-fit” property
“mu-fit” GVariant *
mu:fit.
Flags: Read / Write
Allowed values: GVariant<a*>
Default value: NULL
The “mu-length” property
“mu-length” guint
mu:length.
Flags: Read / Write / Construct Only
Default value: 1