Method

NumCosmoMathLaurentSeriesset_single_into

Declaration [src]

void
ncm_laurent_series_set_single_into (
  NcmLaurentSeries* out,
  gint h,
  NcmComplex val
)

Description [src]

Reuse counterpart of ncm_laurent_series_new_single(): resets out to $[h,h]$ and sets its one coefficient, instead of allocating.

This method is not directly available to language bindings.

Parameters

h

Type: gint

The single nonzero harmonic.

val

Type: NcmComplex

Its coefficient.