Open
Description
Some tasks that remain for APyCFloat
and APyCFloatArray
, in no particular order.
APyCFloat:
- Specialize
__mul__
and__rtruediv__
for real-valued operands (significantly simpler arithmetic) -
to_bits()
,from_bits()
-
__invert__
,__xor__
,__or__
,__and__
-
cast_to_double
,cast_to_signle
,cast_to_half
,cast_to_bfloat16
- Benchmarks
APyCFloatArray:
-
APyCFloatArray
....
APyCFixedArray:
- Iterators
- Convolve and family?