dimforge / dimforge/nalgebra

Provide a `RowDVectorView` for `RowDVector`s similar to `DVectorView` for `DVectors`

Open
#1,229 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
Rust
Stars
4.8k
Forks
565
PR merge metrics
No merged PRs in 30d

Description

One strength of nalgebra is the ability to check with the type system that the dimensions of Matrices and Vectors match. Even when one dimension is dynamic, the other dimension can still be statically checked.

For convenience there are type defs for owning row- and column vectors. In addition there are view types for matrices and column vectors. For symmetry with the owning types I would like to have a `RowDVectorView` as a view of a row vector similar to `DVectorView` for column vectors. Currently it's absence feels like a missing piece.

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.