Skip to content

Commit 5ba3f2e

Browse files
committed
Missing generalization over container types
1 parent 9f549b7 commit 5ba3f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linalg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const Block1 = Block{1,Int}
33
const BlockRange1 = BlockRange{1,Tuple{UnitRange{Int}}}
44
const BlockIndexRange1 = BlockIndexRange{1,Tuple{UnitRange{Int64}}}
55
const SubBlockBandedMatrix{T,R1,R2} =
6-
SubArray{T,2,BlockBandedMatrix{T},Tuple{BlockSlice{R1},BlockSlice{R2}}}
6+
SubArray{T,2,<:BlockBandedMatrix{T},Tuple{BlockSlice{R1},BlockSlice{R2}}}
77

88
const SubBandedBlockBandedMatrix{T,R1,R2} =
99
SubArray{T,2,<:BandedBlockBandedMatrix{T},Tuple{BlockSlice{R1},BlockSlice{R2}}}

0 commit comments

Comments
 (0)