3435363738394041
@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 CompDiagMatrix(n, m); Ad = Utilities.rowPopulate(A, b); }