Method

NumCosmoMathMSetfparam_valid_bounds_offset

Declaration [src]

gboolean
ncm_mset_fparam_valid_bounds_offset (
  NcmMSet* mset,
  NcmVector* theta,
  guint offset
)

Description [src]

Checks if the values of theta respect the parameter bounds. The values are checked starting at offset.

Parameters

theta

Type: NcmVector

Free parameters vector.

The data is owned by the caller of the method.
offset

Type: guint

Starting index.

Return value

Type: gboolean

Whether theta contain values respecting the parameter bounds.