Method
NumCosmoMathLaurentSeriesTPSeval_ptr
Declaration [src]
void
ncm_laurent_series_tps_eval_ptr (
const NcmLaurentSeriesTPS* tps,
const NcmComplex* w,
const NcmComplex* g,
NcmComplex* out
)
Parameters
w-
Type:
NcmComplexThe coefficients’ own formal variable, evaluated at this point.
The data is owned by the caller of the method. g-
Type:
NcmComplexThe 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.