Method
NumCosmoHaloDensityProfileget_numint_splines
Declaration [src]
void
nc_halo_density_profile_get_numint_splines (
NcHaloDensityProfile* dp,
NcmSpline** spher_mass,
NcmSpline** twod_density,
NcmSpline** cyl_mass
)
Description [src]
This function provides the splines computed in this object, NcHaloDensityProfile:
dl_2d_density_s and dl_cyl_mass_s.
Parameters
spher_mass-
Type:
NcmSplineSize of the dl_spher_mass_s spline.
The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it. twod_density-
Type:
NcmSplineSize of the dl_2d_density_s spline.
The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it. cyl_mass-
Type:
NcmSplineSize of the dl_cyl_mass_s spline.
The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it.