Function
NumCosmoMathLaurentSeriesnew_single
Declaration [src]
NcmLaurentSeries*
ncm_laurent_series_new_single (
gint h,
NcmComplex val
)
Description [src]
Creates a new NcmLaurentSeries with a single nonzero term $val\cdot w^h$.
This function is not directly available to language bindings.
Parameters
h-
Type:
gintThe single nonzero harmonic.
val-
Type:
NcmComplexIts coefficient.
Return value
Type: NcmLaurentSeries
The new series.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |