Function

NumCosmoMathbinsplit_alloc

Declaration [src]

NcmBinSplit*
ncm_binsplit_alloc (
  gpointer userdata
)

Description [src]

Allocates a new NcmBinSplit.

This function is not directly available to language bindings.

Parameters

userdata

Type: gpointer

User data to be passed to the NcmBinSplitEval function.

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

Return value

Type: NcmBinSplit

A new NcmBinSplit.

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