dimforge / nalgebra

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

Issue:Creating band matrices #1160, implemented initial version #1461

Open Matoka26 opened 2 weeks ago

Matoka26 commented 2 weeks ago

I've tried to implement an initial version for the from_bands method to construct a band matrix from some vectors. I ve tried that in order to learn Rust, I'm open to advices. I am not sure how to compile the project so i could only test the logic inside a separate project. Hope it can be helpful.

Approach: