Constructor

NumCosmoHIPertFirstOrdernew_full

Declaration [src]

NcHIPertFirstOrder*
nc_hipert_first_order_new_full (
  NcDistance* dist,
  NcRecomb* recomb,
  NcScalefactor* a
)

Description [src]

Creates a new NcHIPertFirstOrder.

Parameters

dist

Type: NcDistance

A NcDistance.

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

Type: NcRecomb

A NcRecomb.

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

Type: NcScalefactor

A NcScalefactor.

The data is owned by the caller of the function.

Return value

Type: NcHIPertFirstOrder

The newly instantiated NcHIPertFirstOrder.

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