Method
NumCosmoHICosmoDEWSplinelp_norm
Declaration [src]
gdouble
nc_hicosmo_de_wspline_lp_norm (
NcHICosmoDEWSpline* wspline,
NcmSplineCurvatureType ctype,
const gdouble p
)
Description [src]
Computes the domain-normalized $L_p$ norm of the $w(\alpha)$ curvature density
(selected by ctype) over the active range $[0, \alpha_f]$. The case p = 2
yields the root-mean-square curvature; large p approaches the maximum (see ncm_spline_curvature_lp_norm()).
Parameters
ctype-
Type:
NcmSplineCurvatureTypeA
NcmSplineCurvatureType. p-
Type:
const gdoubleThe norm order $p > 0$.