Method

NumCosmoMathMSetfparam_get_bound_matrix

Declaration [src]

NcmMatrix*
ncm_mset_fparam_get_bound_matrix (
  NcmMSet* mset
)

Description [src]

Gets a matrix with the lower and upper bounds of all free parameters. The returned matrix has two columns, the first column contains the lower bounds and the second column contains the upper bounds. The number of rows is equal to the number of free parameters in mset.

Return value

Type: NcmMatrix

A matrix with the lower and upper bounds of all free parameters.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.