We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011d807 commit cfd7102Copy full SHA for cfd7102
src/abstract.jl
@@ -168,7 +168,7 @@ has_args5(op::AbstractMatrix) = true # Needed for BlockDiagonalOperator
168
# Alert user of the need for storage_type method definition for arbitrary, user defined operators
169
storage_type(op::AbstractLinearOperator) = error("please implement storage_type for $(typeof(op))")
170
171
-storage_type(op::LinearOperator) = typeof(op.Mv5)
+storage_type(op::LinearOperator) = typeof(op.Mv5)
172
storage_type(M::AbstractMatrix{T}) where {T} = Vector{T}
173
174
"""
0 commit comments