Method

NumCosmoMathMSetparam_get_pi

Declaration [src]

void
ncm_mset_param_get_pi (
  NcmMSet* mset,
  NcmMSetPIndex* pi,
  gdouble* x,
  guint n
)

Description [src]

Gets the values of the parameters in mset and stores them 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

Array to store the values.

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 get.