Method
NumCosmoHIPertTwoFluidscompute_spectrum
Declaration [src]
NcHIPertTwoFluidsStateInterp*
nc_hipert_two_fluids_compute_spectrum (
NcHIPertTwoFluids* ptf,
NcHICosmo* cosmo,
const gdouble alpha,
GArray* k_a,
NcHIPertTwoFluidsLogger logger
)
Parameters
cosmo-
Type:
NcHICosmoA
NcHICosmo.The data is owned by the caller of the method. alpha-
Type:
const gdoubleThe scale factor.
k_a-
Type: An array of
doubleAn array of k.
The data is owned by the caller of the method. logger-
Type:
NcHIPertTwoFluidsLoggerA
NcHIPertTwoFluidsLogger.The argument can be NULL.
Return value
Type: NcHIPertTwoFluidsStateInterp
A NcHIPertTwoFluidsStateInterp.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |