The values are copied. So subsequent changes in values are not reflected in the matrix, and vice-versa. @param values The values to be filled into the new matrix. @throws IllegalArgumentException if for any 1 <= row < values.length: values[row].length != values[row-1].length.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|