Remove extremely minor duplication (#63)
This commit is contained in:
Родитель
1e431e2bbf
Коммит
e0f964c3f9
|
@ -380,8 +380,7 @@ impl SparseMatPolynomial {
|
|||
let N = (0..sparse_polys.len())
|
||||
.map(|i| sparse_polys[i].get_num_nz_entries())
|
||||
.max()
|
||||
.unwrap()
|
||||
.next_power_of_two();
|
||||
.unwrap();
|
||||
|
||||
let mut ops_row_vec: Vec<Vec<usize>> = Vec::new();
|
||||
let mut ops_col_vec: Vec<Vec<usize>> = Vec::new();
|
||||
|
|
Загрузка…
Ссылка в новой задаче