Skip to content

Commit 06876db

Browse files
committed
fix convert method for invertibleop -> factorization
1 parent d6f6186 commit 06876db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matrix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ for fact in (
198198
InvertibleOperator(L, $fact(convert(AbstractMatrix, L); kwargs...))
199199
end
200200

201-
function Base.convert(::Type{<:Factorization}, L::InvertibleOperator{T,<:Factorization}) where{T}
201+
function Base.convert(::Type{<:Factorization}, L::InvertibleOperator{T,LT,<:Factorization}) where{T,LT}
202202
L.F
203203
end
204204

0 commit comments

Comments
 (0)