Method
NumCosmoMathModelorig_param_index_from_name
Declaration [src]
gboolean
ncm_model_orig_param_index_from_name (
NcmModel* model,
const gchar* param_name,
guint* i
)
Description [src]
Looks for parameter named param_name in the original parameters of model
and puts its index in i and returns TRUE if found.