Method

NumCosmoMathLaurentSerieseval

Declaration [src]

NcmComplex
ncm_laurent_series_eval (
  const NcmLaurentSeries* a,
  NcmComplex w
)

Description

No description available.

This method is not directly available to language bindings.

Parameters

w

Type: NcmComplex

The point to evaluate at.

Return value

Type: NcmComplex

$a(w)=\sum_{h=hmin}^{hmax} c_h w^h$.