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 outs existing slots, no scratch NcmLaurentSeries needed.

This method is not directly available to language bindings.

Parameters

a

Type: NcmLaurentSeriesTPS

A NcmLaurentSeriesTPS.

The data is owned by the caller of the method.
s

Type: NcmComplex

Scale factor.