Function

NumCosmoMathbinsplit_eval_join

Declaration [src]

void
ncm_binsplit_eval_join (
  NcmBinSplit* bs,
  NcmBinSplitEval bs_eval,
  gulong nt
)

Description [src]

Evaluates the sum of nt terms and joins the result to the sum stored in bs.

This function is not directly available to language bindings.

Parameters

bs

Type: NcmBinSplit

A NcmBinSplit.

The data is owned by the caller of the function.
bs_eval

Type: NcmBinSplitEval

A NcmBinSplitEval.

nt

Type: gulong

Number of terms to be added to the sum.