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
Currently, one needs to split matrix multiplication into products over the components to avoid hitting generic fallback functions. Would it make sense to implement various matrix-multiplication methods for StructArray{<:Complex} types in this package as a convenience?
I realize that this risks becoming a minefield of ambiguities, so it'll require significant effort to disambiguate with all the structured matrix types defined in Base. It'll also mean that we'll have to add LinearAlgebra as a direct dependency.
The text was updated successfully, but these errors were encountered:
Currently, one needs to split matrix multiplication into products over the components to avoid hitting generic fallback functions. Would it make sense to implement various matrix-multiplication methods for
StructArray{<:Complex}
types in this package as a convenience?I realize that this risks becoming a minefield of ambiguities, so it'll require significant effort to disambiguate with all the structured matrix types defined in Base. It'll also mean that we'll have to add
LinearAlgebra
as a direct dependency.The text was updated successfully, but these errors were encountered: