Method

NumCosmoMathLaurentSeriesTPSeval

Declaration [src]

NcmComplex
ncm_laurent_series_tps_eval (
  const NcmLaurentSeriesTPS* tps,
  NcmComplex w,
  NcmComplex g
)

Description

No description available.

This method is not directly available to language bindings.

Parameters

w

Type: NcmComplex

The coefficients’ own formal variable, evaluated at this point.

g

Type: NcmComplex

The truncation variable, evaluated at this point.

Return value

Type: NcmComplex

$\mathrm{tps}(w,g)=\sum_{n=0}^N L_n(w)\,g^n$.