Class
NumCosmoMathReparam
Description [src]
abstract class NumCosmoMath.Reparam : GObject.Object
{
/* No available fields */
}
Abstract class for model reparametrization.
NcmReparam is an abstract class for model reparametrization.
Functions
ncm_reparam_clear
If reparam is not NULL, unrefs it and sets reparam to NULL.
If *reparam is NULL, does nothing.
Instance methods
ncm_reparam_free
Decreases the reference count of reparam by one. If the reference count
reaches zero, the NcmReparam is freed.
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_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.
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 NumCosmoMathReparamClass {
/* no available fields */
}
No description available.
Virtual methods
NumCosmoMath.ReparamClass.new2old
Using the values set in the new parametrization update the values of the original parametrization.
NumCosmoMath.ReparamClass.old2new
Using the values set in the original parametrization update the values of the new parametrization.