Adding a BlockDiagonal
and Diagonal
matrix fails for non-square matrices
#103
Labels
bug
Something isn't working
Similar to #95 and #67 in the sense that the code is written for square blocks only.
This would require us to decide what to return (BlockDiagonal vs Matrix) based on the shapes of the arrays, which would be a type instability.
The text was updated successfully, but these errors were encountered: