You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, good point. I have added a fix that sets the non-zero element to zero. It should be noted that this doesn't update the sparsity pattern and actually stores the zero value. We could remove the element if the value is zero but that would mean regenerating the indices which would have a definite performance overhead.
When assigning a value to a CSR (might be others too, but I know that one), how do we set the value back to 0.0?
From https://github.com/james-bowman/sparse/blob/master/blas/matrix.go#L39, we can see that the value of 0.0 will not be set.
The text was updated successfully, but these errors were encountered: