Function

NumCosmoMathReparamV

Declaration

gboolean
(* NcmReparamV) (
  NcmReparam* reparam,
  _NcmModel* model
)

Description [src]

Function type for reparameterization. See also NcmReparam.

Parameters

reparam

Type: NcmReparam

A NcmReparam.

The data is owned by the caller of the function.
model

Type: _NcmModel*

A NcmModel.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gboolean

No description available.