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.
ยงPanics
Panics if the height of the matrix is not a power of two.