We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96693b commit 238784bCopy full SHA for 238784b
tests/oper.rs
@@ -6,7 +6,7 @@ use ndarray::{arr0, rcarr1, rcarr2};
6
use ndarray::{LinalgScalar, Data};
7
use ndarray::linalg::general_mat_mul;
8
use ndarray::Array2;
9
-use ndarray::{Ix1, Ix2};
+use ndarray::Ix2;
10
11
use std::fmt;
12
use num_traits::Float;
0 commit comments