filling 2d matrix in java code example Example: fill a two dimensional array with default value for (double[] row: matrix) Arrays.fill(row, 1.0);