All test passing

This commit is contained in:
Jean-Philippe Bossuat
2025-05-16 10:22:42 +02:00
parent b80bcb8bbd
commit c86af112eb
5 changed files with 341 additions and 289 deletions

View File

@@ -78,10 +78,6 @@ where
where
VecZnxDft<R, FFT64>: VecZnxDftToMut<FFT64>,
{
#[cfg(debug_assertions)]
{
assert_eq!(col_j, 0);
}
module.vmp_extract_row(res, self, row_i, col_j);
}
}
@@ -94,10 +90,6 @@ where
where
VecZnxDft<R, FFT64>: VecZnxDftToRef<FFT64>,
{
#[cfg(debug_assertions)]
{
assert_eq!(col_j, 0);
}
module.vmp_prepare_row(self, row_i, col_j, a);
}
}