Constructor

NumCosmoHIPertBoltzmannStdnew

Declaration [src]

NcHIPertBoltzmannStd*
nc_hipert_boltzmann_std_new (
  NcRecomb* recomb,
  guint lmax
)

Description [src]

Creates a new NcHIPertBoltzmannStd object for solving the standard Boltzmann hierarchy up to multipole lmax.

Parameters

recomb

Type: NcRecomb

A NcRecomb.

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

Type: guint

Maximum multipole moment for the Boltzmann hierarchy.

Return value

Type: NcHIPertBoltzmannStd

A new NcHIPertBoltzmannStd object.

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