// time_simeq.java not a great benchmark // probably no zeros on diagonal, not near signgular import java.text.*; class time_simeq { DecimalFormat f1 = new DecimalFormat("0.000E00"); time_simeq() { int N = 4097; double A[] = new double[N*N]; double X[] = new double[N]; double Y[] = new double[N]; double t, total; double start, now, next; System.out.println("time_simeq.java running"); start = System.currentTimeMillis(); for(int n=4; n