Method

NumCosmoMathLaurentSeriesadd_into

Declaration [src]

void
ncm_laurent_series_add_into (
  NcmLaurentSeries* out,
  const NcmLaurentSeries* a,
  const NcmLaurentSeries* b,
  gdouble sb
)

Description [src]

Reuse counterpart of ncm_laurent_series_add(): writes $a+sb\cdot b$ into out instead of allocating a new series.

This method is not directly available to language bindings.

Parameters

a

Type: NcmLaurentSeries

A NcmLaurentSeries.

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

Type: NcmLaurentSeries

A NcmLaurentSeries.

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

Type: gdouble

Scale factor applied to b.