Constructor

NumCosmoDataHubbleBaonew

Declaration [src]

NcmData*
nc_data_hubble_bao_new (
  NcDistance* dist,
  NcDataHubbleBaoId id
)

Description [src]

Creates a new NcDataHubbleBao object initialized with the specified BAO dataset. This object holds Hubble function measurements from Baryon Acoustic Oscillations.

Parameters

dist

Type: NcDistance

A NcDistance.

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

Type: NcDataHubbleBaoId

A NcDataHubbleBaoId.

Return value

Type: NcmData

A NcmData.

The caller of the function takes ownership of the data, and is responsible for freeing it.