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 6a8a326 commit 3841b88Copy full SHA for 3841b88
src/special-operators.jl
@@ -293,5 +293,3 @@ function BlockDiagonalOperator(ops...; S = promote_type(storage_type.(ops)...))
293
args5 = all((has_args5(op) for op ∈ ops))
294
CompositeLinearOperator(T, nrow, ncol, symm, herm, prod!, tprod!, ctprod!, args5, S = S)
295
end
296
-
297
-# TODO: overload the above for matrices?
0 commit comments