Method

NumCosmoMathLaurentSeriesget_ptr

Declaration [src]

void
ncm_laurent_series_get_ptr (
  const NcmLaurentSeries* a,
  gint h,
  NcmComplex* out
)

Description

No description available.

Parameters

h

Type: gint

The harmonic to query.

out

Type: NcmComplex

Output NcmComplex, the coefficient of $w^h$, or 0 if $h$ is outside as range.

The data is owned by the caller of the method.