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
Consider simplifying/documenting better the logic for generating sparse matrix for testing randomized GMRES solvers in function generateMatrix. It is hard to parse what that function does and why.
Also, consider simplifying if statement in that function
Consider simplifying/documenting better the logic for generating sparse matrix for testing randomized GMRES solvers in function
generateMatrix
. It is hard to parse what that function does and why.Also, consider simplifying
if
statement in that functionwith something like this:
(same meaning, more readable) Maybe even nest the or inside the and
Originally posted by @shakedregev in #218 (comment)
The text was updated successfully, but these errors were encountered: