We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7658a76 commit 8510278Copy full SHA for 8510278
examples/eigh.rs
@@ -1,8 +1,6 @@
1
2
extern crate ndarray;
3
extern crate ndarray_linalg;
4
-#[cfg(feature = "lapack-src")]
5
-extern crate lapack_src;
6
7
use ndarray::*;
8
use ndarray_linalg::*;
examples/solve.rs
examples/solveh.rs
0 commit comments