40414243444546
@Override protected void setUp() throws Exception { int n = Utilities.getInt(1, max); A = Matrices.random(n, n); T = new SymmTridiagMatrix(A); }
323334353637383940
} @Override protected void createPrimary() throws Exception { int n = Utilities.getInt(1, max); A = new SymmTridiagMatrix(n); Ad = Utilities.bandPopulate(A, 1, 1); Utilities.lowerSymmetrice(Ad); }