Constructor
NumCosmoMathPowspecSphereProjnew
Declaration [src]
NcmPowspecSphereProj*
ncm_powspec_sphere_proj_new (
NcmPowspec* ps,
guint ell_min,
guint ell_max
)
Parameters
ps-
Type:
NcmPowspecA
NcmPowspec.The data is owned by the caller of the function. ell_min-
Type:
guintMinimum $\ell$.
ell_max-
Type:
guintMaximum $\ell$.
Return value
Type: NcmPowspecSphereProj
The newly created NcmPowspecSphereProj.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |