Method

NumCosmoMathLaurentSeriesTPSget

Declaration [src]

NcmLaurentSeries*
ncm_laurent_series_tps_get (
  const NcmLaurentSeriesTPS* tps,
  guint n
)

Description

No description available.

Parameters

n

Type: guint

The coefficient index, $0\le n\le$ tpss order.

Return value

Type: NcmLaurentSeries

tpss coefficient of $g^n$.

The returned data is owned by the instance.