Constructor

NumCosmoHICosmoQRBFnew

Declaration [src]

NcHICosmoQRBF*
nc_hicosmo_qrbf_new (
  gsize np,
  gdouble z_f
)

Description [src]

Creates a new NcHICosmoQRBF with np knots up to redshift z_f.

Parameters

np

Type: gsize

Number of knots.

z_f

Type: gdouble

Final redshift.

Return value

Type: NcHICosmoQRBF

A new NcHICosmoQRBF.

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