Hello, do you have a plan to include array-to-arrat feature in LinearOperator?
The current LinearOperator only support vector-to-vector.
This is not enough because I need to do redundant reshaping before applying multidimensional linear functions such as fft.
I hope it can explicitly support such linear functions.