Function

NumCosmoMathLaurentSeriesnew

Declaration [src]

NcmLaurentSeries*
ncm_laurent_series_new (
  gint hmin,
  gint hmax
)

Description [src]

Creates a new zero-initialized NcmLaurentSeries with harmonics $h\in[hmin,hmax]$.

Parameters

hmin

Type: gint

Lowest harmonic.

hmax

Type: gint

Highest harmonic.

Return value

Type: NcmLaurentSeries

A new NcmLaurentSeries.

The caller of the function takes ownership of the data, and is responsible for freeing it.