Function

NumCosmoMathfunc_eval_threaded_loop_full

Declaration [src]

void
ncm_func_eval_threaded_loop_full (
  NcmFuncEvalLoop lfunc,
  glong i,
  glong f,
  gpointer data
)

Description [src]

Using the thread pool, evaluate fl sending one worker per index.

Parameters

lfunc

Type: NcmFuncEvalLoop

NcmFuncEvalLoop to be evaluated in threads.

i

Type: glong

Initial index.

f

Type: glong

Final index.

data

Type: gpointer

Pointer to be passed to fl.

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