Method
NumCosmoMathLaurentSeriesset_ptr
Declaration [src]
void
ncm_laurent_series_set_ptr (
NcmLaurentSeries* a,
gint h,
const NcmComplex* val
)
Parameters
h-
Type:
gintThe harmonic to set, must already be within
a‘s $[hmin,hmax]$ range. val-
Type:
NcmComplexThe new coefficient of $w^h$.
The data is owned by the caller of the method.