![]() |
![]() |
![]() |
NumCosmo Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
struct NcClusterPhotozGaussGlobal; struct NcClusterPhotozGaussGlobalClass; gdouble nc_cluster_photoz_gauss_global_get_sigma0 (const NcClusterPhotozGaussGlobal *pz_global
); gdouble nc_cluster_photoz_gauss_global_get_z_bias (const NcClusterPhotozGaussGlobal *pz_global
); NcClusterPhotoz * nc_cluster_photoz_gauss_global_new (gdouble z_bias
,gdouble sigma0
); void nc_cluster_photoz_gauss_global_set_sigma0 (NcClusterPhotozGaussGlobal *pz_global
,gdouble sigma0
); void nc_cluster_photoz_gauss_global_set_z_bias (NcClusterPhotozGaussGlobal *pz_global
,gdouble z_bias
);
"sigma0" gdouble : Read / Write / Construct Only "z-bias" gdouble : Read / Write / Construct Only
gdouble nc_cluster_photoz_gauss_global_get_sigma0
(const NcClusterPhotozGaussGlobal *pz_global
);
|
a NcClusterPhotozGaussGlobal. |
Returns : |
the value of "sigma0" property. |
gdouble nc_cluster_photoz_gauss_global_get_z_bias
(const NcClusterPhotozGaussGlobal *pz_global
);
|
a NcClusterPhotozGaussGlobal. |
Returns : |
the value of "z-bias" property. |
NcClusterPhotoz * nc_cluster_photoz_gauss_global_new (gdouble z_bias
,gdouble sigma0
);
FIXME
|
FIXME |
|
FIXME |
Returns : |
A new NcClusterPhotoz. |
void nc_cluster_photoz_gauss_global_set_sigma0 (NcClusterPhotozGaussGlobal *pz_global
,gdouble sigma0
);
Sets the value sigma0
to the "sigma0" property.
|
a NcClusterPhotozGaussGlobal. |
|
value of "sigma0". |
void nc_cluster_photoz_gauss_global_set_z_bias (NcClusterPhotozGaussGlobal *pz_global
,gdouble z_bias
);
Sets the value z_bias
to the "z-bias" property.
|
a NcClusterPhotozGaussGlobal. |
|
value of "z-bias". |