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
The d_mat type still has a rows pointer. It should use stride instead like the other matrix types. Though this will slow down row swaps in LLL, it should speed up arithmetic which probably makes it worth it.