Skip to content

Improve handling of problems with complex field type

Steffen Müthing requested to merge feature/improve-complex-handling into master

The reduction and norms should always be real-valued, but none of the backends currently extract the real type from the field type. This patch does at least change the interface to do so correctly.

Merge request reports