Method
NumCosmoMathMSetparam_set_pi
Declaration [src]
void
ncm_mset_param_set_pi (
NcmMSet* mset,
NcmMSetPIndex* pi,
const gdouble* x,
guint n
)
Description [src]
Sets the values of the parameters in mset using the values in x.
The parameters are identified by the NcmMSetPIndex pi. This array
and x must have the same size n.
Parameters
pi-
Type: An array of
const NcmMSetPIndex*A
NcmMSetPIndexarray.The length of the array is specified in the nargument.The data is owned by the caller of the method. x-
Type: An array of
doubleValues to be set.
The length of the array is specified in the nargument.The data is owned by the caller of the method. n-
Type:
guintNumber of parameters to set.