a4f11c3393
This keeps all those with a rename, macro import or other function.
7 lines
97 B
Rust
7 lines
97 B
Rust
#![feature(test)]
|
|
|
|
extern crate nalgebra as na;
|
|
extern crate nalgebra_lapack as nl;
|
|
|
|
mod linalg;
|