Constructor
NumCosmoMathMPIJobFEvalnew
Declaration [src]
NcmMPIJobFEval*
ncm_mpi_job_feval_new (
NcmFit* fit,
NcmObjArray* func_oa
)
Parameters
fit-
Type:
NcmFitA
NcmFit.The data is owned by the caller of the function. func_oa-
Type:
NcmObjArrayA
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. |