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
Have you considered making the type of the blocks field a Tuple{Vararg{AbstractMatrix}}? This would allow you to store the individual matrix types and make information available to the compiler.
Have you considered making the type of the
blocks
field aTuple{Vararg{AbstractMatrix}}
? This would allow you to store the individual matrix types and make information available to the compiler.Note the
AbstractArray
type!The text was updated successfully, but these errors were encountered: