| NumCosmo Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
struct NcHaloBiasType; struct NcHaloBiasTypeClass; 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);
GObject
+----NcHaloBiasType
+----NcHaloBiasTypePS
+----NcHaloBiasTypeSTEllip
+----NcHaloBiasTypeSTSpher
+----NcHaloBiasTypeTinker
gdouble nc_halo_bias_type_eval (NcHaloBiasType *biasf,gdouble sigma,gdouble z);
FIXME
|
a NcHaloBiasType. |
|
FIXME |
|
redshift. |
Returns : |
FIXME |
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. |
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. |