Skip to content

Commit 2ed4235

Browse files
committed
Update infbanded.jl
1 parent 88d042e commit 2ed4235

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/banded/infbanded.jl

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,4 +536,12 @@ Base.typed_hcat(::Type{T}, A::BandedMatrix{<:Any,<:Any,OneToInf{Int}}, B::Abstra
536536
# SymTriPertToeplitz
537537
###
538538

539-
MemoryLayout(::Type{<:SymTriPertToeplitz}) = PertTridiagonalToeplitzLayout()
539+
MemoryLayout(::Type{<:SymTriPertToeplitz}) = PertTridiagonalToeplitzLayout()
540+
541+
542+
####
543+
# Banded, TODO: move to extension in InfiniteArrays.jl
544+
###
545+
546+
sublayout(::ApplyBandedLayout, ::Type{<:Tuple{KR,Integer}}) where {KR<:InfAxes} =
547+
sublayout(PaddedColumns{UnknownLayout}(), Tuple{KR})

0 commit comments

Comments
 (0)