Halo Bias Function Type

Halo Bias Function Type — FIXME

Synopsis

struct              NcHaloBiasType;
struct              NcHaloBiasTypeClass;
void                nc_halo_bias_type_clear             (NcHaloBiasType **biasf);
gdouble             nc_halo_bias_type_eval              (NcHaloBiasType *biasf,
                                                         gdouble sigma,
                                                         gdouble z);
void                nc_halo_bias_type_free              (NcHaloBiasType *biasf);
NcHaloBiasType *    nc_halo_bias_type_new_from_name     (gchar *bias_name);

Object Hierarchy

  GObject
   +----NcHaloBiasType
         +----NcHaloBiasTypePS
         +----NcHaloBiasTypeSTEllip
         +----NcHaloBiasTypeSTSpher
         +----NcHaloBiasTypeTinker

Description

FIXME

Details

struct NcHaloBiasType

struct NcHaloBiasType;

struct NcHaloBiasTypeClass

struct NcHaloBiasTypeClass {
};

nc_halo_bias_type_clear ()

void                nc_halo_bias_type_clear             (NcHaloBiasType **biasf);

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

biasf :

a NcHaloBiasType.

nc_halo_bias_type_eval ()

gdouble             nc_halo_bias_type_eval              (NcHaloBiasType *biasf,
                                                         gdouble sigma,
                                                         gdouble z);

FIXME

biasf :

a NcHaloBiasType.

sigma :

FIXME

z :

redshift.

Returns :

FIXME

nc_halo_bias_type_free ()

void                nc_halo_bias_type_free              (NcHaloBiasType *biasf);

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

biasf :

a NcHaloBiasType.

nc_halo_bias_type_new_from_name ()

NcHaloBiasType *    nc_halo_bias_type_new_from_name     (gchar *bias_name);

This function returns a new NcMultiplicityFunc whose type is defined by multiplicity_name.

bias_name :

string which specifies the multiplicity function type.

Returns :

A new NcHaloBiasType.