Method
NumCosmoMathLaurentSeriesadd
Declaration [src]
NcmLaurentSeries*
ncm_laurent_series_add (
const NcmLaurentSeries* a,
const NcmLaurentSeries* b,
gdouble sb
)
Parameters
b-
Type:
NcmLaurentSeriesA
NcmLaurentSeries.The data is owned by the caller of the method. sb-
Type:
gdoubleScale factor applied to
b.
Return value
Type: NcmLaurentSeries
A new series equal to $a+sb\cdot b$.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |