Method
NumCosmoMathLaurentSeriesget_ptr
Declaration [src]
void
ncm_laurent_series_get_ptr (
const NcmLaurentSeries* a,
gint h,
NcmComplex* out
)
Parameters
h-
Type:
gintThe harmonic to query.
out-
Type:
NcmComplexOutput
NcmComplex, the coefficient of $w^h$, or 0 if $h$ is outsidea‘s range.The data is owned by the caller of the method.