File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -859,7 +859,7 @@ function __init__()
859
859
end
860
860
861
861
has_sparsestruct (:: Type{<:BandedMatrices.BandedMatrix} ) = true
862
- is_structured (:: Type{<:BandedMatrices.BandedMatrix} ) = true
862
+ isstructured (:: Type{<:BandedMatrices.BandedMatrix} ) = true
863
863
fast_matrix_colors (:: Type{<:BandedMatrices.BandedMatrix} ) = true
864
864
865
865
function matrix_colors (A:: BandedMatrices.BandedMatrix )
@@ -1066,8 +1066,8 @@ function __init__()
1066
1066
1067
1067
has_sparsestruct (:: Type{<:BlockBandedMatrices.BlockBandedMatrix} ) = true
1068
1068
has_sparsestruct (:: Type{<:BlockBandedMatrices.BandedBlockBandedMatrix} ) = true
1069
- is_structured (:: Type{<:BlockBandedMatrices.BlockBandedMatrix} ) = true
1070
- is_structured (:: Type{<:BlockBandedMatrices.BandedBlockBandedMatrix} ) = true
1069
+ isstructured (:: Type{<:BlockBandedMatrices.BlockBandedMatrix} ) = true
1070
+ isstructured (:: Type{<:BlockBandedMatrices.BandedBlockBandedMatrix} ) = true
1071
1071
fast_matrix_colors (:: Type{<:BlockBandedMatrices.BlockBandedMatrix} ) = true
1072
1072
fast_matrix_colors (:: Type{<:BlockBandedMatrices.BandedBlockBandedMatrix} ) = true
1073
1073
You can’t perform that action at this time.
0 commit comments