Skip to content

WIP: Add csqrt, cpow to cuda_complex.hpp

Stephan Seitz requested to merge seitz/pystencils:csqrt into master

Apparently, I'm using here a feature of a more recent C++ verion.

Specializing cpow(T) to cpow(complex<T>)

Merge request reports