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 cells. @return this (for convenience only). @throws IllegalArgumentException if values.length != rows() || for any 0 <= row < rows():values[row].length != columns().
|
|
|
|