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
matrix_colors cannot compute the colors of this BandedBlockBandedMatrix
using BlockBandedMatrices, SparseDiffTools
l =4
B =BandedBlockBandedMatrix(Zeros(2* l , 2* l), ([l, l] ,[l, l]), (1, 1), (1, 1))
matrix_colors(B)
#> ERROR: ArgumentError: reducing over an empty collection is not allowed
(I think it is a valid BandedBlockBandedMatrix so it should work)