We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad11cc1 + dc92b35 commit 1fa425dCopy full SHA for 1fa425d
src/ArrayInterface.jl
@@ -887,7 +887,7 @@ function __init__()
887
(startinds[blockcolors[i]]:endinds[blockcolors[i]])[1:cols[i]]
888
for i = 1:nblock
889
]
890
- return vcat(colors...)
+ return reduce(vcat,colors)
891
end
892
893
function matrix_colors(A::BlockBandedMatrices.BandedBlockBandedMatrix)
@@ -909,7 +909,7 @@ function __init__()
909
_cycle(startinds[blockcolors[i]]:endinds[blockcolors[i]], cols[i])
910
911
912
913
914
915
0 commit comments