|
|
|
|
|
by sfpotter
222 days ago
|
|
Nice result! Arnoldi is a beautiful algorithm, and this is a good application of it. What are you using this for and why are you working on it? I admit I'm not personally convinced of the value of Rust in numerics, but that's just me, I guess... |
|
Regarding Rust for numerical linear algebra, I kinda agree with you. I think that theoretically, its a great language for writing low-level "high-performance mathematics." That's why I chose it in the first place.
The real wall is that the past four decades of research in this area have primarily been conducted in C and Fortran, making it challenging for other languages to catch up without relying heavily on BLAS/LAPACK and similar libraries.
I'm starting to notice that more people are trying to move to Rust for this stuff, so it's worth keeping an eye open on libraries like the one that I used, faer.