Constructor

NumCosmoMathFitESMCMCWalkerStretchnew

Declaration [src]

NcmFitESMCMCWalkerStretch*
ncm_fit_esmcmc_walker_stretch_new (
  guint nwalkers,
  guint nparams
)

Description [src]

Creates a new NcmFitESMCMCWalkerStretch to be used with nwalkers.

Parameters

nwalkers

Type: guint

Number of walkers.

nparams

Type: guint

Number of parameters.

Return value

Type: NcmFitESMCMCWalkerStretch

A new NcmFitESMCMCWalkerStretch.

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