Skip to content

Commit 4f40758

Browse files
committed
Fix LTS
1 parent c743b22 commit 4f40758

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

ext/SparseMatrixColoringsBlockBandedMatricesExt.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ https://github.com/JuliaArrays/ArrayInterface.jl
4646
https://github.com/JuliaDiff/FiniteDiff.jl
4747
=#
4848

49+
## BlockBandedMatrix
50+
4951
function blockbanded_coloring(A::BlockBandedMatrix, dim::Integer)
5052
# consider blocks of columns or rows (let's call them vertices) depending on `dim`
5153
nb_blocks = blocksize(A, dim)
@@ -100,4 +102,6 @@ function SMC.coloring(
100102
return RowColoringResult(A, bg, color)
101103
end
102104

105+
106+
103107
end

src/SparseMatrixColorings.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ end
7474
@require BandedMatrices = "aae01518-5342-5314-be14-df237901396f" include(
7575
"../ext/SparseMatrixColoringsBandedMatricesExt.jl"
7676
)
77+
@require BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0" include(
78+
"../ext/SparseMatrixColoringsBlockBandedMatricesExt.jl"
79+
)
7780
end
7881
end
7982

0 commit comments

Comments
 (0)