pub fn zeroed_matrix<V: Vector<Scalar = f32>, MatrixLike: Matrix<V> + Default>( rows: usize, columns: usize, ) -> MatrixLike
Create a matrix of any size that is filled with zeros.