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
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
doubleArray to store the values.
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 get.