Skip to content

Commit 0f11885

Browse files
committed
islinear(invertedop)
1 parent a9139ba commit 0f11885

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/matrix.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ LinearAlgebra.opnorm(L::InvertibleOperator{T}, p=2) where{T} = one(T) / opnorm(L
174174
LinearAlgebra.issuccess(L::InvertibleOperator) = issuccess(L.F)
175175

176176
getops(L::InvertibleOperator) = (L.F,)
177+
islinear(L::InvertibleOperator) = islinear(L.F)
177178

178179
@forward InvertibleOperator.F (
179180
# LinearAlgebra

0 commit comments

Comments
 (0)