In the current implementation of CG, there is an explicit type check on the dtype to exclude complex dtype'd computation. What forces such restriction ?
Hi, I haven't used cg for complex dtype so I'd rather have something not implemented than wrong :-)
Feel free to modify the small bits and have a separate _norm2_complex function for complex dtype.
In the current implementation of CG, there is an explicit type check on the dtype to exclude complex dtype'd computation. What forces such restriction ?