Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored and amontoison committed May 16, 2024
1 parent 6a8a326 commit 3841b88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/special-operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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?

0 comments on commit 3841b88

Please sign in to comment.