Function
NumCosmoMathfunc_eval_threaded_loop
Declaration [src]
void
ncm_func_eval_threaded_loop (
NcmFuncEvalLoop lfunc,
glong i,
glong f,
gpointer data
)
Parameters
lfunc-
Type:
NcmFuncEvalLoopNcmFuncEvalLoopto be evaluated in threads. i-
Type:
glongInitial index.
f-
Type:
glongFinal index.
data-
Type:
gpointerPointer to be passed to
fl.The argument can be NULL.The data is owned by the caller of the function.