You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.