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 out‘s existing slots, no scratch NcmLaurentSeries needed.
Parameters
a-
Type:
NcmLaurentSeriesTPSA
NcmLaurentSeriesTPS.The data is owned by the caller of the method.