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
I think this is related to #66 . As we change the flow of how we promote sparsity, we can also work on getting adjoint right. However, will still retain this issue for completeness.
Right now, the wavelet coefficients in
WaveletN
are flattened. I guess this is because the scalar product was "easier" to perform then.However we could use
vdot
. And therefore we wouldn't need to flatten the coefficients and could use them in other ways like to solve #66 .It would also prevent errors like calling the adjoint operator first (which as of now doesn't fail elegantly):
The text was updated successfully, but these errors were encountered: