added _add and _radd to pyopencl-complex.h for consistency.
This '_add(a, b)' expands to 'a+b' which is trivial and not really necessary, but is added for consistency's sake. Also '_radd' was missing, and was added (again for consistency).
Loading
Please register or sign in to comment