dimforge / nalgebra

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

Fix comment on Matrix::fill_upper_triangle #1458

Closed RCoder01 closed 3 weeks ago

RCoder01 commented 3 weeks ago

Matrix::fill_upper_triangle currently says that it "Sets all the elements of the lower-triangular part...", when it should say it fills the "upper-triangular part"