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:
NcmBinSplitA
NcmBinSplit.The data is owned by the caller of the function. bs_eval-
Type:
NcmBinSplitEvalA
NcmBinSplitEval. nt-
Type:
gulongNumber of terms to be added to the sum.