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 NcmMSetPIndex array.

The length of the array is specified in the n argument.
The data is owned by the caller of the method.
x

Type: An array of double

Values to be set.

The length of the array is specified in the n argument.
The data is owned by the caller of the method.
n

Type: guint

Number of parameters to set.