Method
NumCosmoMathLaurentSerieseval_ptr
Declaration [src]
void
ncm_laurent_series_eval_ptr (
const NcmLaurentSeries* a,
const NcmComplex* w,
NcmComplex* out
)
Parameters
w-
Type:
NcmComplexThe point to evaluate at.
The data is owned by the caller of the method. out-
Type:
NcmComplex$a(w)$.
The argument will be set by the function. The returned data is owned by the instance.