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 Resize function doesn't change stride_ if resize_type == kSetZero and rows == MatrixBase<Real>::num_rows_ && cols == MatrixBase<Real>::num_cols_. #4904
The `Resize` function doesn't change `stride_` if resize_type == kSetZero and `rows == MatrixBase<Real>::num_rows_ && cols == MatrixBase<Real>::num_cols_`.
The following code will crash if the column of the matrix to be loaded isn't multiple of 4