Method

NumCosmoHIPertAdiabprepare_spectrum

Declaration [src]

void
nc_hipert_adiab_prepare_spectrum (
  NcHIPertAdiab* adiab,
  NcmModel* model,
  GArray* k_array,
  GArray* tau_array
)

Description [src]

Prepares the computation of the power spectrum of the adiabatic mode.

Parameters

model

Type: NcmModel

A NcmModel.

The data is owned by the caller of the method.
k_array

Type: An array of double

Array of wave numbers.

The data is owned by the caller of the method.
tau_array

Type: An array of double

Array of times to evaluate the power spectrum.

The data is owned by the caller of the method.