| NumCosmo Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
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
Details
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.
|
a NcHaloBiasType. |
nc_halo_bias_type_eval ()
gdouble nc_halo_bias_type_eval (NcHaloBiasType *biasf,gdouble sigma,gdouble z);
FIXME
|
a NcHaloBiasType. |
|
FIXME |
|
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.
|
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.
|
string which specifies the multiplicity function type. |
Returns : |
A new NcHaloBiasType. |