Rust benchmark: drop old debug code

This commit is contained in:
Aaron Fenyes 2024-08-13 13:47:34 -07:00
parent 0abcb995b5
commit 543f348cd8

View File

@ -79,7 +79,6 @@ pub fn rand_eigval_series(dim: usize, time_res: usize) -> Vec<OVector<Complex<f6
let n = j*dim + k;
E*((n*n) as f64) % 2.0 - 1.0
}) * (3.0 / (dim as f64)).sqrt();
/*let mut rand_mat = OMatrix::<f64, N, N>::identity();*/
// initialize the rotation step
let mut rot_step = OMatrix::<f64, N, N>::identity();