p3_dft

Function divide_by_height

Source
pub fn divide_by_height<F: Field, S: DenseStorage<F> + BorrowMut<[F]>>(
    mat: &mut DenseMatrix<F, S>,
)
Expand description

Divide each coefficient of the given matrix by its height.