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
Is building a butterfly matrix from blocks of elements supported? It looks like it is supported by ButterflyPACK, but as best as I can tell it hasn't yet been implemented in the STRUMPACK wrapper.
I can save a little bit of calculations with my kernel by computing a block at a time, as opposed to element by element. Do you expect the butterfly construct_from_elements to support block-by-block construction in the future?