void setColumn(int i, List<double> col) { for (var j in range(end: shape.item1)) { values[j][i] = col[j]; } }