Constructor
NumCosmoMathPriorFlatParamnew
Declaration [src]
NcmPriorFlatParam*
ncm_prior_flat_param_new (
NcmModel* model,
guint pid,
gdouble x_low,
gdouble x_upp,
gdouble scale
)
Parameters
model-
Type:
NcmModelA
NcmModel.The data is owned by the caller of the function. pid-
Type:
guintParameter id.
x_low-
Type:
gdoubleParameter lower limit.
x_upp-
Type:
gdoubleParameter upper limit.
scale-
Type:
gdoubleParameter scale.
Return value
Type: NcmPriorFlatParam
pfp.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |