Method
NumCosmoMathLaurentSeriesscale_into
Declaration [src]
void
ncm_laurent_series_scale_into (
NcmLaurentSeries* out,
const NcmLaurentSeries* a,
NcmComplex s
)
Description [src]
Reuse counterpart of ncm_laurent_series_scale(): writes $s\cdot a$ into
out instead of allocating a new series.
This method is not directly available to language bindings.
Parameters
a-
Type:
NcmLaurentSeriesA
NcmLaurentSeries.The data is owned by the caller of the method. s-
Type:
NcmComplexScale factor.