From 3841b88144e732ec709edf8fa9eaa8841a486e4c Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Thu, 16 May 2024 19:26:08 +0200 Subject: [PATCH] Remove comment --- src/special-operators.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/special-operators.jl b/src/special-operators.jl index 004f2c60..d23e9393 100644 --- a/src/special-operators.jl +++ b/src/special-operators.jl @@ -293,5 +293,3 @@ function BlockDiagonalOperator(ops...; S = promote_type(storage_type.(ops)...)) args5 = all((has_args5(op) for op ∈ ops)) CompositeLinearOperator(T, nrow, ncol, symm, herm, prod!, tprod!, ctprod!, args5, S = S) end - -# TODO: overload the above for matrices?