Method
NumCosmoMathLaurentSeriesconv
Declaration [src]
NcmLaurentSeries*
ncm_laurent_series_conv (
const NcmLaurentSeries* a,
const NcmLaurentSeries* b
)
Parameters
b-
Type:
NcmLaurentSeriesA
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. |