Method

NumCosmoHIPertTwoFluidscompute_zeta_spectrum

Declaration [src]

NcmSpline*
nc_hipert_two_fluids_compute_zeta_spectrum (
  NcHIPertTwoFluids* ptf,
  NcHICosmo* cosmo,
  guint mode,
  gdouble alpha_i,
  gdouble alpha,
  gdouble ki,
  gdouble kf,
  guint nnodes
)

Description [src]

Compute the spectra for the two fluids system.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

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

Type: guint

The mode.

alpha_i

Type: gdouble

The initial log-redshift time.

alpha

Type: gdouble

The log-redshift time.

ki

Type: gdouble

The initial k.

kf

Type: gdouble

The final k.

nnodes

Type: guint

Number of knots.

Return value

Type: NcmSpline

A NcmSpline.

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