Top | ![]() |
![]() |
![]() |
![]() |
Functions
ncm_data_rosenbrock_new ()
NcmDataRosenbrock *
ncm_data_rosenbrock_new (void
);
Creates a new dim
-dimensional MVND.
ncm_data_rosenbrock_ref ()
NcmDataRosenbrock *
ncm_data_rosenbrock_ref (NcmDataRosenbrock *drb
);
Increases the reference count of drb
by one.
ncm_data_rosenbrock_free ()
void
ncm_data_rosenbrock_free (NcmDataRosenbrock *drb
);
Decreases the reference count of drb
by one.
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.