Constructor

NumCosmoMathMPIJobFEvalnew

Declaration [src]

NcmMPIJobFEval*
ncm_mpi_job_feval_new (
  NcmFit* fit,
  NcmObjArray* func_oa
)

Description [src]

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

A new NcmMPIJobFEval.

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