nalgebra/nalgebra-lapack/benches/lib.rs
Diggory Hardy a4f11c3393 Edition 2018: remove useless extern crate declarations
This keeps all those with a rename, macro import or other function.
2019-09-16 12:44:43 +01:00

7 lines
97 B
Rust

#![feature(test)]
extern crate nalgebra as na;
extern crate nalgebra_lapack as nl;
mod linalg;