Constructor
NumCosmoHICosmoQSplinenew
Declaration [src]
NcHICosmoQSpline*
nc_hicosmo_qspline_new (
NcmSpline* s,
gsize np,
gdouble z_f
)
Parameters
s-
Type:
NcmSplineA
NcmSpline.The data is owned by the caller of the function. np-
Type:
gsizeNumber of knots.
z_f-
Type:
gdoubleFinal redshift.
Return value
Type: NcHICosmoQSpline
A new NcHICosmoQSpline.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |