Top |
NcMultiplicityFuncTinkerMeanNormalizedNcMultiplicityFuncTinkerMeanNormalized — Dark matter halo -- Tinker normalized multiplicity function mean matter density. |
Normalized multiplicity function that has to be used in the halo model approach.
FIXME Reference: arXiv:1001.3162
NcMultiplicityFuncTinkerMeanNormalized *
nc_multiplicity_func_tinker_mean_normalized_new
(void
);
FIXME
NcMultiplicityFuncTinkerMeanNormalized *
nc_multiplicity_func_tinker_mean_normalized_ref
(NcMultiplicityFuncTinkerMeanNormalized *mt10
);
Increases the reference count of mt10
by one.
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.
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;