Method
NumCosmoMathMSetCatalogcalc_add_param_ensemble_evol
Declaration [src]
void
ncm_mset_catalog_calc_add_param_ensemble_evol (
NcmMSetCatalog* mcat,
guint add_param,
guint nsteps,
NcmFitRunMsgs mtype,
NcmVector** pval,
NcmMatrix** t_evol
)
Parameters
add_param-
Type:
guintAdditional parameter index.
nsteps-
Type:
guintNumber of steps to calculate the distribution.
mtype-
Type:
NcmFitRunMsgsNcmFitRunMsgslog level. pval-
Type:
NcmVectorOutput
NcmVectorcontaining parameter values.The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it. t_evol-
Type:
NcmMatrixOutput
NcmMatrixcontaining probability distribution evolution.The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it.