Function

NumCosmoMathSFSphericalHarmonicsYnew

Declaration [src]

NcmSFSphericalHarmonicsY*
ncm_sf_spherical_harmonics_Y_new (
  NcmSFSphericalHarmonics* spha,
  const gdouble abstol
)

Description [src]

Creates a new NcmSFSphericalHarmonicsY object.

Parameters

spha

Type: NcmSFSphericalHarmonics

A NcmSFSphericalHarmonics.

The data is owned by the caller of the function.
abstol

Type: const gdouble

Absolute tolerance.

Return value

Type: NcmSFSphericalHarmonicsY

A new NcmSFSphericalHarmonicsY.

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