NcMultiplicityFuncTinkerMeanNormalized

NcMultiplicityFuncTinkerMeanNormalized — Dark matter halo -- Tinker normalized multiplicity function mean matter density.

Functions

Object Hierarchy

    GObject
    ╰── NcMultiplicityFunc
        ╰── NcMultiplicityFuncTinkerMeanNormalized

Description

Normalized multiplicity function that has to be used in the halo model approach.

FIXME Reference: arXiv:1001.3162

Functions

nc_multiplicity_func_tinker_mean_normalized_new ()

NcMultiplicityFuncTinkerMeanNormalized *
nc_multiplicity_func_tinker_mean_normalized_new
                               (void);

FIXME


nc_multiplicity_func_tinker_mean_normalized_ref ()

NcMultiplicityFuncTinkerMeanNormalized *
nc_multiplicity_func_tinker_mean_normalized_ref
                               (NcMultiplicityFuncTinkerMeanNormalized *mt10);

Increases the reference count of mt10 by one.

Returns

mt10 .

[transfer full]


nc_multiplicity_func_tinker_mean_normalized_free ()

void
nc_multiplicity_func_tinker_mean_normalized_free
                               (NcMultiplicityFuncTinkerMeanNormalized *mt10);

Atomically decrements the reference count of mt10 by one. If the reference count drops to 0, all memory allocated by mt10 is released.


nc_multiplicity_func_tinker_mean_normalized_clear ()

void
nc_multiplicity_func_tinker_mean_normalized_clear
                               (NcMultiplicityFuncTinkerMeanNormalized **mt10);

Atomically decrements the reference count of mt10 by one. If the reference count drops to 0, all memory allocated by mt10 is released. Set the pointer to NULL;