Top | ![]() |
![]() |
![]() |
![]() |
Functions
Properties
NcmModel * | model-type-0 | Read / Write / Construct |
NcmModel * | model-type-1 | Read / Write / Construct |
NcmModel * | model-type-2 | Read / Write / Construct |
NcmModel * | model-type-3 | Read / Write / Construct |
NcmModel * | model-type-4 | Read / Write / Construct |
gboolean | valid-map | Read / Write |
Functions
ncm_mset_model_register_id ()
void ncm_mset_model_register_id (NcmModelClass *model_class
,gchar *ns
,gchar *desc
,gchar *long_desc
);
FIXME
NCM_MSET_MODEL_DECLARE_ID()
#define NCM_MSET_MODEL_DECLARE_ID(model_ns) gint32 NCM_MSET_MODEL_ID_FUNC(model_ns) (void) G_GNUC_CONST
FIXME
ncm_mset_params_pretty_print ()
void ncm_mset_params_pretty_print (NcmMSet *mset
,FILE *out
,gchar *header
);
This function print the command line (first line, commented), the model nick and parameters' names (second line, commented) and their values indicating if they are fixed or free.
ncm_mset_fparams_log_covar ()
void ncm_mset_fparams_log_covar (NcmMSet *mset
,NcmMatrix *covar
);
FIXME
ncm_mset_cmp ()
gboolean ncm_mset_cmp (NcmMSet *mset0
,NcmMSet *mset1
,gboolean cmp_model
);
Compares mset0
and mset1
and returns TRUE if both coitains the same models.
If cmp_model
is TRUE compare also if the models are the same.
ncm_mset_param_set ()
void ncm_mset_param_set (NcmMSet *mset
,NcmModelID mid
,guint pid
,const gdouble x
);
FIXME
ncm_mset_orig_param_get ()
gdouble ncm_mset_orig_param_get (NcmMSet *mset
,NcmModelID mid
,guint pid
);
FIXME
ncm_mset_param_name ()
const gchar * ncm_mset_param_name (NcmMSet *mset
,NcmModelID mid
,guint pid
);
FIXME
ncm_mset_param_symbol ()
const gchar * ncm_mset_param_symbol (NcmMSet *mset
,NcmModelID mid
,guint pid
);
FIXME
ncm_mset_param_set_ftype ()
void ncm_mset_param_set_ftype (NcmMSet *mset
,NcmModelID mid
,guint pid
,NcmParamType ftype
);
FIXME
ncm_mset_param_set_all_ftype ()
void ncm_mset_param_set_all_ftype (NcmMSet *mset
,NcmParamType ftype
);
FIXME
ncm_mset_param_set_vector ()
void ncm_mset_param_set_vector (NcmMSet *mset
,NcmVector *params
);
Set the models parameters using values from params
.
ncm_mset_param_get_vector ()
void ncm_mset_param_get_vector (NcmMSet *mset
,NcmVector *params
);
Set the compontents of params
using the models parameters.
ncm_mset_param_get_scale ()
gdouble ncm_mset_param_get_scale (NcmMSet *mset
,NcmModelID mid
,guint pid
);
FIXME
ncm_mset_param_get_lower_bound ()
gdouble ncm_mset_param_get_lower_bound (NcmMSet *mset
,NcmModelID mid
,guint pid
);
FIXME
ncm_mset_param_get_upper_bound ()
gdouble ncm_mset_param_get_upper_bound (NcmMSet *mset
,NcmModelID mid
,guint pid
);
FIXME
ncm_mset_param_get_abstol ()
gdouble ncm_mset_param_get_abstol (NcmMSet *mset
,NcmModelID mid
,guint pid
);
FIXME
ncm_mset_param_get_ftype ()
NcmParamType ncm_mset_param_get_ftype (NcmMSet *mset
,NcmModelID mid
,guint pid
);
FIXME
ncm_mset_param_set_pi ()
void ncm_mset_param_set_pi (NcmMSet *mset
,NcmMSetPIndex *pi
,const gdouble *x
,guint n
);
FIXME
ncm_mset_param_get_pi ()
void ncm_mset_param_get_pi (NcmMSet *mset
,NcmMSetPIndex *pi
,gdouble *x
,guint n
);
FIXME
ncm_mset_fparams_get_vector ()
void ncm_mset_fparams_get_vector (NcmMSet *mset
,NcmVector *x
);
FIXME
ncm_mset_fparams_get_vector_offset ()
void ncm_mset_fparams_get_vector_offset (NcmMSet *mset
,NcmVector *x
,guint offset
);
FIXME
ncm_mset_fparams_set_vector ()
void ncm_mset_fparams_set_vector (NcmMSet *mset
,const NcmVector *x
);
FIXME
ncm_mset_fparams_set_vector_offset ()
void ncm_mset_fparams_set_vector_offset (NcmMSet *mset
,const NcmVector *x
,guint offset
);
FIXME
ncm_mset_fparams_set_array ()
void ncm_mset_fparams_set_array (NcmMSet *mset
,const gdouble *x
);
FIXME
ncm_mset_fparams_set_gsl_vector ()
void ncm_mset_fparams_set_gsl_vector (NcmMSet *mset
,const gsl_vector *x
);
FIXME
ncm_mset_fparam_full_name ()
const gchar * ncm_mset_fparam_full_name (NcmMSet *mset
,guint n
);
FIXME
ncm_mset_fparam_get_lower_bound ()
gdouble ncm_mset_fparam_get_lower_bound (NcmMSet *mset
,guint n
);
FIXME
ncm_mset_fparam_get_upper_bound ()
gdouble ncm_mset_fparam_get_upper_bound (NcmMSet *mset
,guint n
);
FIXME
ncm_mset_fparam_get_fpi ()
gint ncm_mset_fparam_get_fpi (NcmMSet *mset
,NcmModelID mid
,guint pid
);
FIXME
Property Details
The “valid-map”
property
“valid-map” gboolean
Valid properties map.
Flags: Read / Write
Default value: FALSE