MatrixSlice1xX (and maybe others) are wrong
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
I've just had a headache debugging trying to handle the generics in your library and found a bug in one of your typedefs.
`MatrixSlice1xX` is defined wrongly, as `CStride = U1` by default and I actually think, that `MatrixSliceXx1` is also wrong, as `RStride = U1` there.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.