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 strides giving wrong strides for static extents, which is not consistent with the other extents types.
namespaceublas= boost::numeric::ublas;
usinge_t = ublas::extents<2,2>;
auto s = to_strides_v<e_t, ublas::layout::first_order>; // [1,2], but the right strides should be [1,1]
The text was updated successfully, but these errors were encountered:
The strides giving wrong strides for static extents, which is not consistent with the other extents types.
The text was updated successfully, but these errors were encountered: