Method

NumCosmoMathLaurentSeriesTPSconj

Declaration [src]

void
ncm_laurent_series_tps_conj (
  NcmLaurentSeriesTPS* out,
  const NcmLaurentSeriesTPS* a
)

Description [src]

Harmonic-by-harmonic conjugate of every coefficient of a (see ncm_laurent_series_conj_into()), term by term in $g$. Writes straight into outs existing slots, no scratch NcmLaurentSeries needed.

Parameters

a

Type: NcmLaurentSeriesTPS

A NcmLaurentSeriesTPS.

The data is owned by the caller of the method.