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 503985e commit 45f680fCopy full SHA for 45f680f
src/abstractsparsearrayinterface.jl
@@ -358,7 +358,7 @@ function sparse_mul!(
358
(mul!!)=(default_mul!!),
359
)
360
# TODO: Change to: `a_dest .*= β`
361
- # once #19 is fixed.
+ # once https://github.com/ITensor/SparseArraysBase.jl/issues/19 is fixed.
362
storedvalues(a_dest) .*= β
363
β′ = one(Bool)
364
for I1 in eachstoredindex(a1)
0 commit comments