Support complex numbers
Only down side in the moment is that complex<double>
and complex<float>
must never be mixed in a kernel (real scalars of the other type are mostly ok due to manually implemented templates).
Should work on CPU and GPU.
Another thing that this PR changes is that also the headers
attribute of SymPy Expression is checked to determine necessary headers.
Merge request reports
Activity
Filter activity
added 1 commit
- eda2f772 - Use default_int_type, default_float_type in collate_types
mentioned in commit 3f5fe292
mentioned in issue #64 (closed)
Please register or sign in to reply