Constructor
NumCosmoMathPriorFlatFuncnew
Declaration [src]
NcmPriorFlatFunc*
ncm_prior_flat_func_new (
NcmMSetFunc* mean_func,
gdouble x_low,
gdouble x_upp,
gdouble scale,
gdouble variable
)
Parameters
mean_func-
Type:
NcmMSetFuncA
NcmMSetFunc.The data is owned by the caller of the function. x_low-
Type:
gdoubleLower limit.
x_upp-
Type:
gdoubleUpper limit.
scale-
Type:
gdoubleScale.
variable-
Type:
gdoubleVariable.
Return value
Type: NcmPriorFlatFunc
pff.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |