Method

NumCosmoMathLaurentSeriesset

Declaration [src]

void
ncm_laurent_series_set (
  NcmLaurentSeries* a,
  gint h,
  NcmComplex val
)

Description

No description available.

This method is not directly available to language bindings.

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$.