EMS-TU-Ilmenau/fastmat

STELA can't handle complex valued inputs

Closed this issue · 3 comments

STELA seems to have problems handling complex values. For example,
running the cs_example in the example section of the documentation (cf. commit d513a8d)
leads to the following warning:

/STELA.py:238: ComplexWarning: Casting complex values to real discards the imaginary part                                                                                                                                  
  0

and the reconstruction is then useless.

Is this solved with b22d18f? @SebastianSemper?

The added conj() in Line 219 indicates the opposite and a quick test gave correct results with complex valued inputs. Closing.