Function
NumCosmoMathbinsplit_join
Declaration [src]
void
ncm_binsplit_join (
NcmBinSplit* bs,
NcmBinSplit* bs_l,
NcmBinSplit* bs_r
)
Description [src]
Joins two NcmBinSplit objects, it is assumed that bs_l and bs_r are
consecutive in the sum.
Parameters
bs-
Type:
NcmBinSplitA
NcmBinSplit.The data is owned by the caller of the function. bs_l-
Type:
NcmBinSplitA
NcmBinSplit.The data is owned by the caller of the function. bs_r-
Type:
NcmBinSplitA
NcmBinSplit.The data is owned by the caller of the function.