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
)
Parameters
cosmo-
Type:
NcHICosmoA
NcHICosmo.The data is owned by the caller of the method. mode-
Type:
guintThe mode.
alpha_i-
Type:
gdoubleThe initial log-redshift time.
alpha-
Type:
gdoubleThe log-redshift time.
ki-
Type:
gdoubleThe initial k.
kf-
Type:
gdoubleThe final k.
nnodes-
Type:
guintNumber 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. |