Method

NumCosmoMathLaurentSeriesconj

Declaration [src]

NcmLaurentSeries*
ncm_laurent_series_conj (
  const NcmLaurentSeries* a
)

Description

No description available.

Return value

Type: NcmLaurentSeries

The new series equal to $\overline{a(1/w)}$, i.e. the harmonic-by-harmonic complex conjugate (harmonic $h$’s coefficient becomes harmonic $-h$’s, conjugated).

The caller of the method takes ownership of the returned data, and is responsible for freeing it.