Skip to content

Commit f29f81d

Browse files
Merge pull request #187 from vpuri3/convert
fix convert method for invertibleop -> factorization
2 parents 79648a7 + 06876db commit f29f81d

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)