Method

NumCosmoMathFitMCMCset_data_file

Declaration [src]

void
ncm_fit_mcmc_set_data_file (
  NcmFitMCMC* mcmc,
  const gchar* filename
)

Description [src]

Sets the data file to be used to save the Markov Chain Monte Carlo realizations catalog.

Parameters

filename

Type: const gchar*

A filename.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.