Method

NumCosmoHIPertEMeval_PE_PB

Declaration [src]

void
nc_hipert_em_eval_PE_PB (
  NcHIPertEM* pem,
  NcmModel* model,
  const gdouble tau,
  gdouble* PE,
  gdouble* PB
)

Description [src]

Evaluates the electric and magnetic field power spectra in units of Gauss squared $G_\mathrm{s}^2$.

Parameters

model

Type: NcmModel

A NcmModel.

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

Type: const gdouble

$\tau$.

PE

Type: gdouble*

The electric field power spectrum.

The argument will be set by the function.
PB

Type: gdouble*

The magnetic field power spectrum.

The argument will be set by the function.