Method

NumCosmoMathLaurentSeriesTPSeval_ptr

Declaration [src]

void
ncm_laurent_series_tps_eval_ptr (
  const NcmLaurentSeriesTPS* tps,
  const NcmComplex* w,
  const NcmComplex* g,
  NcmComplex* out
)

Description

No description available.

Parameters

w

Type: NcmComplex

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

The data is owned by the caller of the method.
g

Type: NcmComplex

The truncation variable, evaluated at this point.

The data is owned by the caller of the method.
out

Type: NcmComplex

$\mathrm{tps}(w,g)$.

The argument will be set by the function.
The returned data is owned by the instance.