Method
NumCosmoMathLaurentSeriesTPSscale
Declaration [src]
void
ncm_laurent_series_tps_scale (
NcmLaurentSeriesTPS* out,
const NcmLaurentSeriesTPS* a,
NcmComplex s
)
Description [src]
Term-by-term $out_m=s\cdot a_m$. Writes straight into out‘s existing
slots, no scratch NcmLaurentSeries needed.
This method is not directly available to language bindings.
Parameters
a-
Type:
NcmLaurentSeriesTPSA
NcmLaurentSeriesTPS.The data is owned by the caller of the method. s-
Type:
NcmComplexScale factor.