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
It'd be more efficient to run map! on the new_coeff array, since the code above allocates a new array of size (n-old_n) x n_hashes which is immediately thrown away.