Method
NumCosmoMathLaurentSeriesscale_ptr
Declaration [src]
NcmLaurentSeries*
ncm_laurent_series_scale_ptr (
const NcmLaurentSeries* a,
const NcmComplex* s
)
Parameters
s-
Type:
NcmComplexScale factor.
The data is owned by the caller of the method.
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. |