Top |
Provides a linear matter power spectrum as a function of mode $k$ at a redshift $z_0$ computing a spline, whose knots and the respective $P(k, z = z_0)$ values are provided in a file. The time evolution of the power spectrum is computed using the growth function.
NcPowspecMLSpline *
nc_powspec_ml_spline_new (NcmSpline *Pk
);
Creates a new NcPowspecMLSpline from a spline Pk
of the power spectrum, $P(k,
z=z_0)$ at a given redshift $z_0$.
void nc_powspec_ml_spline_set_spline (NcPowspecMLSpline *ps_fs
,NcmSpline *Pk
);
Attributes a spline of the power spectrum at a redshift $z_0$, P(k, z_0), from Pk
.
NcmSpline *
nc_powspec_ml_spline_peek_spline (NcPowspecMLSpline *ps_fs
);
“spline”
property“spline” NcmSpline *
Spline representing Pk at z=0.
Owner: NcPowspecMLSpline
Flags: Read / Write / Construct