NcmDataRosenbrock

NcmDataRosenbrock — Rosenbrock distribution.

Object Hierarchy

    GObject
    ╰── NcmData
        ╰── NcmDataRosenbrock

Description

FIXME

Functions

ncm_data_rosenbrock_new ()

NcmDataRosenbrock *
ncm_data_rosenbrock_new (void);

Creates a new dim -dimensional MVND.

Returns

the newly created object.


ncm_data_rosenbrock_ref ()

NcmDataRosenbrock *
ncm_data_rosenbrock_ref (NcmDataRosenbrock *drb);

Increases the reference count of drb by one.

Parameters

Returns

drb .

[transfer full]


ncm_data_rosenbrock_free ()

void
ncm_data_rosenbrock_free (NcmDataRosenbrock *drb);

Decreases the reference count of drb by one.

Parameters


ncm_data_rosenbrock_clear ()

void
ncm_data_rosenbrock_clear (NcmDataRosenbrock **drb);

If drb is different from NULL, decreases the reference count of drb by one and sets drb to NULL.

Parameters