Method

NumCosmoMathComplexres_add_mul

Declaration [src]

void
ncm_complex_res_add_mul (
  NcmComplex* c1,
  const NcmComplex* c2,
  const NcmComplex* c3
)

Description [src]

Computes c1 = c1 + c2 * c3, assuming that c1 and c2 are different.

Parameters

c2

Type: NcmComplex

A NcmComplex.

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

Type: NcmComplex

NcmComplex.

The data is owned by the caller of the method.