Method
NumCosmoMathLaurentSeriesscale
Declaration [src]
NcmLaurentSeries*
ncm_laurent_series_scale (
const NcmLaurentSeries* a,
NcmComplex s
)
Parameters
s-
Type:
NcmComplexScale factor.
Return value
Type: NcmLaurentSeries
A new series equal to $s\cdot a$.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |