Class

NumCosmoHICosmoGCGReparamCMB

Description

class NumCosmo.HICosmoGCGReparamCMB : NumCosmoMath.Reparam
{
  /* No available fields */
}

No description available.

Ancestors

Constructors

nc_hicosmo_gcg_reparam_cmb_new

Creates a new NcHICosmoGCGReparamCMB.

Instance methods

Methods inherited from NcmReparam (13)
ncm_reparam_free

Decreases the reference count of reparam by one. If the reference count reaches zero, the NcmReparam is freed.

ncm_reparam_get_compat_type

Gets the compatible GType for this reparametrization.

ncm_reparam_get_length

Gets the number of parameters.

ncm_reparam_get_param_desc

Gets the i-th parameter description.

ncm_reparam_index_from_name

Looks for a parameter named param_name and returns TRUE if found. If found puts at i its index.

ncm_reparam_new2old

Using the values set in the new parametrization update the values of the original parametrization.

ncm_reparam_old2new

Using the values set in the original parametrization update the values of the new parametrization.

ncm_reparam_peek_param_desc

Peeks the i-th parameter description.

ncm_reparam_peek_params

Gets the NcmVector containing the new parameters. This vector is owned by the NcmReparam and should not be freed. This method is used by NcmModel and subclasses to get the new parameters and should not be used by the user. The pointer returned by this method is guaranteed to be valid until the destruction of the NcmReparam.

ncm_reparam_ref

Increases the reference count of reparam by one.

ncm_reparam_set_compat_type

Sets the compatible GType for this reparametrization.

ncm_reparam_set_param_desc

Change the i-th parameter description using sp.

ncm_reparam_set_param_desc_full

Change the i-th parameter description using the given values.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from NcmReparam (3)
NumCosmoMath.Reparam:compat-type
No description available.
NumCosmoMath.Reparam:length
No description available.
NumCosmoMath.Reparam:params-desc
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct NumCosmoHICosmoGCGReparamCMBClass {
  /* no available fields */
}

No description available.