Constructor
NumCosmoMathPriorGaussFuncnew
Declaration [src]
NcmPriorGaussFunc*
ncm_prior_gauss_func_new (
NcmMSetFunc* mean_func,
gdouble mu,
gdouble sigma,
gdouble var
)
Parameters
mean_func-
Type:
NcmMSetFuncA
NcmMSetFunc.The data is owned by the caller of the function. mu-
Type:
gdoubleMean.
sigma-
Type:
gdoubleStandard deviation.
var-
Type:
gdoubleVariable.
Return value
Type: NcmPriorGaussFunc
pgf.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |