Method

NumCosmoMathLaurentSeriesscale

Declaration [src]

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

Description

No description available.

This method is not directly available to language bindings.

Parameters

s

Type: NcmComplex

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