public static double[] toDoubles(int[][] ints) { return toDoubles(Ints.concat(ints)); }
main