Method

NumCosmoMathLaurentSeriesadd

Declaration [src]

NcmLaurentSeries*
ncm_laurent_series_add (
  const NcmLaurentSeries* a,
  const NcmLaurentSeries* b,
  gdouble sb
)

Description

No description available.

Parameters

b

Type: NcmLaurentSeries

A NcmLaurentSeries.

The data is owned by the caller of the method.
sb

Type: gdouble

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