universal
universal copied to clipboard
Fixpoint type does not support creation of complex numbers
The fixpnt
type lacks a file math/complex.hpp
(as it is available for posits and cfloats) with the functionality to create complex numbers, e.g., by providing real and imaginary parts.
Thanks for fixing this, Matthias
@mmoelle1 release v3.34.1 added a math library for the fixpnt number system, including a complex.hpp with real(), imag(), and conj() functions.
https://github.com/stillwater-sc/universal/releases/tag/v3.34.1
Let me know if this solves your use case.
@mmoelle1 has this issue been resolved for application?