Implement Borrow/BorrowMut/ToOwned for conversion between matrix and matrix-slices
Open
enhancement
good first issue
P-medium
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
I believe it would make sense to implement those conversion traits. The `Borrow` and `BorrowMut` traits would convert a `Matrix` to a `MatrixSlice` or `MatrixSliceMut` and the `ToOwned` trait would basically complement (or replace) the current `.into_owned()`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.