We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209ad6c commit aaf9656Copy full SHA for aaf9656
src/show.jl
@@ -7,6 +7,7 @@ end
7
8
# show
9
Base.show(io::IO, A::LinearMap) = (summary(io, A); _show(io, A))
10
+_show(io::IO, ::LinearMap) = nothing
11
function _show(io::IO, A::FunctionMap{T,F,Nothing}) where {T,F}
12
print(io, "($(A.f); ismutating=$(A._ismutating), issymmetric=$(A._issymmetric), ishermitian=$(A._ishermitian), isposdef=$(A._isposdef))")
13
end
0 commit comments