class Matrix extends Vector<Vector<Integer>> { mul(m){ k; k = 0; ret; ret = m.elementAt(k).elementAt(k).intValue(); return ret; } }