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: NcmBinSplit

A NcmBinSplit.

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

Type: NcmBinSplit

A NcmBinSplit.

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

Type: NcmBinSplit

A NcmBinSplit.

The data is owned by the caller of the function.