Method

NumCosmoMathLaurentSeriesscale_ptr

Declaration [src]

NcmLaurentSeries*
ncm_laurent_series_scale_ptr (
  const NcmLaurentSeries* a,
  const NcmComplex* s
)

Description

No description available.

Parameters

s

Type: NcmComplex

Scale 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.