Method
NumCosmoMathLaurentSeriesconv_into
Declaration [src]
void
ncm_laurent_series_conv_into (
NcmLaurentSeries* out,
const NcmLaurentSeries* a,
const NcmLaurentSeries* b
)
Description [src]
Reuse counterpart of ncm_laurent_series_conv(): writes the
Laurent-polynomial product $a\cdot b$ into out instead of allocating a
new series.
This method is not directly available to language bindings.
Parameters
a-
Type:
NcmLaurentSeriesA
NcmLaurentSeries.The data is owned by the caller of the method. b-
Type:
NcmLaurentSeriesA
NcmLaurentSeries.The data is owned by the caller of the method.