3536373839404142
@Override protected void createPrimary() throws Exception { int n = Utilities.getInt(1, max); int m = Utilities.getInt(1, max); int b = Utilities.getInt(Math.min(bmax, m)); A = new FlexCompColMatrix(n, m); Ad = Utilities.columnPopulate(A, b); }