I'm new to Rust. I'm writing research code, currently in C++, that uses numerical libraries such as EIGEN, BLAS, and LAPACK. I've just dipped my toe into green-field development of analysis tools in Rust.
I've made a couple of attempts to use various crates that access these libraries, and consistently have linker errors that prevent the code from running.
So far I'm using BLAS/LAPACK as part of libraries like Eigen and CGAL, so I can't yet use faer until I have truly Greenfield development that doesn't depend upon these standard scientific libraries.