Method

NumCosmoMathLaurentSeriesset_ptr

Declaration [src]

void
ncm_laurent_series_set_ptr (
  NcmLaurentSeries* a,
  gint h,
  const NcmComplex* val
)

Description

No description available.

Parameters

h

Type: gint

The harmonic to set, must already be within as $[hmin,hmax]$ range.

val

Type: NcmComplex

The new coefficient of $w^h$.

The data is owned by the caller of the method.