Method
NumCosmoMathLaurentSeriesTPSadd
Declaration [src]
void
ncm_laurent_series_tps_add (
NcmLaurentSeriesTPS* out,
const NcmLaurentSeriesTPS* a,
const NcmLaurentSeriesTPS* b,
gdouble sb
)
Description [src]
Term-by-term $out_m=a_m+sb\cdot b_m$. Writes straight into out‘s
existing slots, no scratch NcmLaurentSeries needed.
Parameters
a-
Type:
NcmLaurentSeriesTPSA
NcmLaurentSeriesTPS.The data is owned by the caller of the method. b-
Type:
NcmLaurentSeriesTPSA
NcmLaurentSeriesTPS, same order asa.The data is owned by the caller of the method. sb-
Type:
gdoubleScale factor applied to
b.