nalgebra/nalgebra-lapack/benches/lib.rs

9 lines
135 B
Rust
Raw Normal View History

#![feature(test)]
extern crate nalgebra as na;
extern crate nalgebra_lapack as nl;
2018-02-02 19:26:35 +08:00
extern crate rand;
extern crate test;
mod linalg;