dimforge / nalgebra

Linear algebra library for Rust.
https://nalgebra.org
Apache License 2.0
4.04k stars 485 forks source link

Fixing assert_view_index() in matrix_view.rs #1435

Closed millardjn closed 2 months ago

millardjn commented 2 months ago

Exposing only steps instead of strides makes broadcast views impossible.