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.
pub fn divide_by_height<F: Field, S: DenseStorage<F> + BorrowMut<[F]>>(
mat: &mut DenseMatrix<F, S>,
)
Divide each coefficient of the given matrix by its height.