-
Couldn't load subscription status.
- Fork 55
Description
Looking into the code, there seems to be some low-level support for strided output, as e.g. shown by the ostride property all plans have. However, either I am overlooking this or there doesn't seem to be any support for this on a higher level for the user. In all of the plans there's no option to set the output array (or its strides), the plan_f functions just automatically generate a FakeArray with the correct output size to hand over to the low-level constructor as an output array from with the ostride is then inferred.
Is there some problem that makes strided output difficult or is the user interface for that just not implemented?