Skip to content

Fix MatMut::from_row_major_slice_with_stride_mut - #267

Open
cls-oi wants to merge 1 commit into
sarah-quinones:mainfrom
cls-oi:from_row_major_slice_with_stride_mut
Open

cls-oi wants to merge 1 commit into
sarah-quinones:mainfrom
cls-oi:from_row_major_slice_with_stride_mut

Conversation

@cls-oi

@cls-oi cls-oi commented Jul 1, 2026

Copy link
Copy Markdown

It was calling from_raw_parts_mut with the same arguments as in from_column_major_slice_with_stride_mut, yielding the wrong result. I've changed it to use transpose_mut to match the code in MatRef.

It was calling `from_raw_parts_mut` with the same arguments as in
`from_column_major_slice_with_stride_mut`, yielding the wrong result.
I've changed it to use `transpose_mut` to match the code in `MatRef`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant