Better way to convert between SVector and DVector?
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
Right now I can convert between these types by using `::from_column_slice(mat.as_slice())`. Is there a better way to make this kind of conversion? I would have hoped that From/Into/TryInto where implemented, but they don't seem to be.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.