Skip to content

Commit 28b4e5a

Browse files
committed
Update infql.jl
1 parent 6eef685 commit 28b4e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infql.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function lmul!(adjA::AdjointQtype{<:Any,<:QLPackedQ{<:Any,<:InfBlockBandedMatrix
241241
B
242242
end
243243

244-
getindex(Q::QLPackedQ{T,<:InfBlockBandedMatrix{T}}, i::Integer, j::Integer) where T =
244+
getindex(Q::QLPackedQ{T,<:InfBlockBandedMatrix{T}}, i::Int, j::Int) where T =
245245
(Q'*Vcat(Zeros{T}(i-1), one(T), Zeros{T}(∞)))[j]'
246246
getindex(Q::QLPackedQ{<:Any,<:InfBlockBandedMatrix}, I::AbstractVector{Int}, J::AbstractVector{Int}) =
247247
[Q[i,j] for i in I, j in J]

0 commit comments

Comments
 (0)