Constructor

NumCosmoMathMPIJobMCMCnew

Declaration [src]

NcmMPIJobMCMC*
ncm_mpi_job_mcmc_new (
  NcmFit* fit,
  NcmObjArray* func_oa
)

Description [src]

Creates a new NcmMPIJobMCMC object.

Parameters

fit

Type: NcmFit

A NcmFit.

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

Type: NcmObjArray

A NcmObjArray.

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

Return value

Type: NcmMPIJobMCMC

A new NcmMPIJobMCMC.

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