Constructor

NumCosmoMathMPIJobFitnew

Declaration [src]

NcmMPIJobFit*
ncm_mpi_job_fit_new (
  NcmFit* fit,
  NcmObjArray* func_oa
)

Description [src]

Creates a new NcmMPIJobFit 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: NcmMPIJobFit

A new NcmMPIJobFit.

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