Method

NumCosmoMathLaurentSeriesconv

Declaration [src]

NcmLaurentSeries*
ncm_laurent_series_conv (
  const NcmLaurentSeries* a,
  const NcmLaurentSeries* b
)

Description

No description available.

Parameters

b

Type: NcmLaurentSeries

A NcmLaurentSeries.

The data is owned by the caller of the method.

Return value

Type: NcmLaurentSeries

The new series equal to the Laurent-polynomial product $a\cdot b$.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.