dimforge / dimforge/nalgebra

Implement Borrow/BorrowMut/ToOwned for conversion between matrix and matrix-slices

Open
#497 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.