I am dealing with smartcore - DenseMatrix . x_test is in DenseMatrix type for row in x_test.iter_rows() { for element in row.iter() { println!("Value: {}", element); } }.
compiler complains as "for row in x_test.iter_rows() {
^^^^^^^^^ method not found in DenseMatrix<f64> "