1 2 3 4 5 6
#[allow(dead_code)] fn main() { // NOTE: Pure Rust implementation using OxiBLAS // All system BLAS/LAPACK dependencies have been removed // Linear algebra operations now use Pure Rust OxiBLAS (via scirs2-core/linalg feature) }