nalgebra icon indicating copy to clipboard operation
nalgebra copied to clipboard

Add const `Matrix::shape` when shape is not dynamic

Open TimTheBig opened this issue 6 months ago • 1 comments

Add const Matrix::shape when shape is not dynamic. This may require the DimName trait.

TimTheBig avatar Jun 07 '25 22:06 TimTheBig

Implemented in #1522

TimTheBig avatar Jun 07 '25 23:06 TimTheBig

can this be closed then?

geo-ant avatar Oct 15 '25 18:10 geo-ant

It was only partially implemented in #1522, but I think it's fine to close, as we wait until const traits allow for more const in nalgebra

TimTheBig avatar Oct 19 '25 17:10 TimTheBig