![]() |
![]() |
![]() |
NumCosmo Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
Synopsis
struct NcHaloBiasTypeSTSpher; struct NcHaloBiasTypeSTSpherClass; gdouble nc_halo_bias_type_st_spher_get_a (const NcHaloBiasTypeSTSpher *biasf_st_spher
); gdouble nc_halo_bias_type_st_spher_get_delta_c (const NcHaloBiasTypeSTSpher *biasf_st_spher
); gdouble nc_halo_bias_type_st_spher_get_p (const NcHaloBiasTypeSTSpher *biasf_st_spher
); NcHaloBiasType * nc_halo_bias_type_st_spher_new (gdouble delta_c
,gdouble a
,gdouble p
); void nc_halo_bias_type_st_spher_set_a (NcHaloBiasTypeSTSpher *biasf_st_spher
,gdouble a
); void nc_halo_bias_type_st_spher_set_delta_c (NcHaloBiasTypeSTSpher *biasf_st_spher
,gdouble delta_c
); void nc_halo_bias_type_st_spher_set_p (NcHaloBiasTypeSTSpher *biasf_st_spher
,gdouble p
);
Properties
"a" gdouble : Read / Write / Construct Only "critical-delta" gdouble : Read / Write / Construct Only "p" gdouble : Read / Write / Construct Only
Details
nc_halo_bias_type_st_spher_get_a ()
gdouble nc_halo_bias_type_st_spher_get_a (const NcHaloBiasTypeSTSpher *biasf_st_spher
);
|
a NcHaloBiasTypeSTSpher. |
Returns : |
the value of "a" property. |
nc_halo_bias_type_st_spher_get_delta_c ()
gdouble nc_halo_bias_type_st_spher_get_delta_c
(const NcHaloBiasTypeSTSpher *biasf_st_spher
);
|
a NcHaloBiasTypeSTSpher. |
Returns : |
the value of "critical_delta" property. |
nc_halo_bias_type_st_spher_get_p ()
gdouble nc_halo_bias_type_st_spher_get_p (const NcHaloBiasTypeSTSpher *biasf_st_spher
);
|
a NcHaloBiasTypeSTSpher. |
Returns : |
the value of "p" property. |
nc_halo_bias_type_st_spher_new ()
NcHaloBiasType * nc_halo_bias_type_st_spher_new (gdouble delta_c
,gdouble a
,gdouble p
);
FIXME
|
FIXME |
|
FIXME |
|
FIXME |
Returns : |
A new NcHaloBiasType. |
nc_halo_bias_type_st_spher_set_a ()
void nc_halo_bias_type_st_spher_set_a (NcHaloBiasTypeSTSpher *biasf_st_spher
,gdouble a
);
Sets the value a
to the "a" property.
|
a NcHaloBiasTypeSTSpher. |
|
value of "a". |
nc_halo_bias_type_st_spher_set_delta_c ()
void nc_halo_bias_type_st_spher_set_delta_c (NcHaloBiasTypeSTSpher *biasf_st_spher
,gdouble delta_c
);
Sets the value delta_c
to the "critical-delta" property.
|
a NcHaloBiasTypeSTSpher. |
|
value of "critical-delta". |
nc_halo_bias_type_st_spher_set_p ()
void nc_halo_bias_type_st_spher_set_p (NcHaloBiasTypeSTSpher *biasf_st_spher
,gdouble p
);
Sets the value p
to the "p" property.
|
a NcHaloBiasTypeSTSpher. |
|
value of "p". |