Method

NumCosmoMathFftlogget_Ym

Declaration [src]

gdouble*
ncm_fftlog_get_Ym (
  NcmFftlog* fftlog,
  guint* size
)

Description [src]

Computes the $Y_m$ vector.

Parameters

size

Type: guint*

Return size.

The argument will be set by the function.

Return value

Type: An array of gdouble

$Y_m$.

The length of the array is in the size argument.
The returned data is owned by the instance.