Method
NumCosmoMathReparampeek_params
Declaration [src]
NcmVector*
ncm_reparam_peek_params (
NcmReparam* reparam
)
Description [src]
Gets the NcmVector containing the new parameters. This vector is owned by
the NcmReparam and should not be freed. This method is used by NcmModel
and subclasses to get the new parameters and should not be used by the
user. The pointer returned by this method is guaranteed to be valid until
the destruction of the NcmReparam.
Return value
Type: NcmVector
A NcmVector containing the new parameters.
| The returned data is owned by the instance. |