Constructor

NumCosmoMathModelFunnelnew

Declaration [src]

NcmModelFunnel*
ncm_model_funnel_new (
  guint n
)

Description [src]

Creates a new Funnel model.

Parameters

n

Type: guint

Number of $x$ variables.

Return value

Type: NcmModelFunnel

The newly created NcmModelFunnel.

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