You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by lu...@apache.org on 2015/05/17 19:05:54 UTC

svn commit: r951633 [9/49] - in /websites/production/commons/content/proper/commons-math: xref-test/ xref-test/org/apache/commons/math3/ xref-test/org/apache/commons/math3/analysis/ xref-test/org/apache/commons/math3/analysis/differentiation/ xref-test...

Modified: websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html (original)
+++ websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html Sun May 17 17:05:50 2015
@@ -1002,14 +1002,14 @@
 <a class="jxr_linenumber" name="L994" href="#L994">994</a>         <strong class="jxr_keyword">int</strong> columns = 75;
 <a class="jxr_linenumber" name="L995" href="#L995">995</a> 
 <a class="jxr_linenumber" name="L996" href="#L996">996</a>         RealMatrix m = <strong class="jxr_keyword">new</strong> Array2DRowRealMatrix(rows, columns);
-<a class="jxr_linenumber" name="L997" href="#L997">997</a>         m.walkInRowOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>());
-<a class="jxr_linenumber" name="L998" href="#L998">998</a>         <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a> getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L997" href="#L997">997</a>         m.walkInRowOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>());
+<a class="jxr_linenumber" name="L998" href="#L998">998</a>         <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a> getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L999" href="#L999">999</a>         m.walkInOptimizedOrder(getVisitor);
 <a class="jxr_linenumber" name="L1000" href="#L1000">1000</a>         Assert.assertEquals(rows * columns, getVisitor.getCount());
 <a class="jxr_linenumber" name="L1001" href="#L1001">1001</a> 
 <a class="jxr_linenumber" name="L1002" href="#L1002">1002</a>         m = <strong class="jxr_keyword">new</strong> Array2DRowRealMatrix(rows, columns);
-<a class="jxr_linenumber" name="L1003" href="#L1003">1003</a>         m.walkInRowOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
-<a class="jxr_linenumber" name="L1004" href="#L1004">1004</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1003" href="#L1003">1003</a>         m.walkInRowOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
+<a class="jxr_linenumber" name="L1004" href="#L1004">1004</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1005" href="#L1005">1005</a>         m.walkInOptimizedOrder(getVisitor, 1, rows - 2, 1, columns - 2);
 <a class="jxr_linenumber" name="L1006" href="#L1006">1006</a>         Assert.assertEquals((rows - 2) * (columns - 2), getVisitor.getCount());
 <a class="jxr_linenumber" name="L1007" href="#L1007">1007</a>         <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; rows; ++i) {
@@ -1022,14 +1022,14 @@
 <a class="jxr_linenumber" name="L1014" href="#L1014">1014</a>         }
 <a class="jxr_linenumber" name="L1015" href="#L1015">1015</a> 
 <a class="jxr_linenumber" name="L1016" href="#L1016">1016</a>         m = <strong class="jxr_keyword">new</strong> Array2DRowRealMatrix(rows, columns);
-<a class="jxr_linenumber" name="L1017" href="#L1017">1017</a>         m.walkInColumnOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>());
-<a class="jxr_linenumber" name="L1018" href="#L1018">1018</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1017" href="#L1017">1017</a>         m.walkInColumnOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>());
+<a class="jxr_linenumber" name="L1018" href="#L1018">1018</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1019" href="#L1019">1019</a>         m.walkInOptimizedOrder(getVisitor);
 <a class="jxr_linenumber" name="L1020" href="#L1020">1020</a>         Assert.assertEquals(rows * columns, getVisitor.getCount());
 <a class="jxr_linenumber" name="L1021" href="#L1021">1021</a> 
 <a class="jxr_linenumber" name="L1022" href="#L1022">1022</a>         m = <strong class="jxr_keyword">new</strong> Array2DRowRealMatrix(rows, columns);
-<a class="jxr_linenumber" name="L1023" href="#L1023">1023</a>         m.walkInColumnOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
-<a class="jxr_linenumber" name="L1024" href="#L1024">1024</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1023" href="#L1023">1023</a>         m.walkInColumnOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
+<a class="jxr_linenumber" name="L1024" href="#L1024">1024</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1025" href="#L1025">1025</a>         m.walkInOptimizedOrder(getVisitor, 1, rows - 2, 1, columns - 2);
 <a class="jxr_linenumber" name="L1026" href="#L1026">1026</a>         Assert.assertEquals((rows - 2) * (columns - 2), getVisitor.getCount());
 <a class="jxr_linenumber" name="L1027" href="#L1027">1027</a>         <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; rows; ++i) {
@@ -1042,14 +1042,14 @@
 <a class="jxr_linenumber" name="L1034" href="#L1034">1034</a>         }
 <a class="jxr_linenumber" name="L1035" href="#L1035">1035</a> 
 <a class="jxr_linenumber" name="L1036" href="#L1036">1036</a>         m = <strong class="jxr_keyword">new</strong> Array2DRowRealMatrix(rows, columns);
-<a class="jxr_linenumber" name="L1037" href="#L1037">1037</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>());
-<a class="jxr_linenumber" name="L1038" href="#L1038">1038</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1037" href="#L1037">1037</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>());
+<a class="jxr_linenumber" name="L1038" href="#L1038">1038</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1039" href="#L1039">1039</a>         m.walkInRowOrder(getVisitor);
 <a class="jxr_linenumber" name="L1040" href="#L1040">1040</a>         Assert.assertEquals(rows * columns, getVisitor.getCount());
 <a class="jxr_linenumber" name="L1041" href="#L1041">1041</a> 
 <a class="jxr_linenumber" name="L1042" href="#L1042">1042</a>         m = <strong class="jxr_keyword">new</strong> Array2DRowRealMatrix(rows, columns);
-<a class="jxr_linenumber" name="L1043" href="#L1043">1043</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
-<a class="jxr_linenumber" name="L1044" href="#L1044">1044</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1043" href="#L1043">1043</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
+<a class="jxr_linenumber" name="L1044" href="#L1044">1044</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1045" href="#L1045">1045</a>         m.walkInRowOrder(getVisitor, 1, rows - 2, 1, columns - 2);
 <a class="jxr_linenumber" name="L1046" href="#L1046">1046</a>         Assert.assertEquals((rows - 2) * (columns - 2), getVisitor.getCount());
 <a class="jxr_linenumber" name="L1047" href="#L1047">1047</a>         <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; rows; ++i) {
@@ -1062,14 +1062,14 @@
 <a class="jxr_linenumber" name="L1054" href="#L1054">1054</a>         }
 <a class="jxr_linenumber" name="L1055" href="#L1055">1055</a> 
 <a class="jxr_linenumber" name="L1056" href="#L1056">1056</a>         m = <strong class="jxr_keyword">new</strong> Array2DRowRealMatrix(rows, columns);
-<a class="jxr_linenumber" name="L1057" href="#L1057">1057</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>());
-<a class="jxr_linenumber" name="L1058" href="#L1058">1058</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1057" href="#L1057">1057</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>());
+<a class="jxr_linenumber" name="L1058" href="#L1058">1058</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1059" href="#L1059">1059</a>         m.walkInColumnOrder(getVisitor);
 <a class="jxr_linenumber" name="L1060" href="#L1060">1060</a>         Assert.assertEquals(rows * columns, getVisitor.getCount());
 <a class="jxr_linenumber" name="L1061" href="#L1061">1061</a> 
 <a class="jxr_linenumber" name="L1062" href="#L1062">1062</a>         m = <strong class="jxr_keyword">new</strong> Array2DRowRealMatrix(rows, columns);
-<a class="jxr_linenumber" name="L1063" href="#L1063">1063</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
-<a class="jxr_linenumber" name="L1064" href="#L1064">1064</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1063" href="#L1063">1063</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
+<a class="jxr_linenumber" name="L1064" href="#L1064">1064</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1065" href="#L1065">1065</a>         m.walkInColumnOrder(getVisitor, 1, rows - 2, 1, columns - 2);
 <a class="jxr_linenumber" name="L1066" href="#L1066">1066</a>         Assert.assertEquals((rows - 2) * (columns - 2), getVisitor.getCount());
 <a class="jxr_linenumber" name="L1067" href="#L1067">1067</a>         <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; rows; ++i) {
@@ -1089,14 +1089,14 @@
 <a class="jxr_linenumber" name="L1081" href="#L1081">1081</a>     }
 <a class="jxr_linenumber" name="L1082" href="#L1082">1082</a> 
 <a class="jxr_linenumber" name="L1083" href="#L1083">1083</a> 
-<a class="jxr_linenumber" name="L1084" href="#L1084">1084</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a> <strong class="jxr_keyword">extends</strong> DefaultRealMatrixChangingVisitor {
+<a class="jxr_linenumber" name="L1084" href="#L1084">1084</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a> <strong class="jxr_keyword">extends</strong> DefaultRealMatrixChangingVisitor {
 <a class="jxr_linenumber" name="L1085" href="#L1085">1085</a>         @Override
 <a class="jxr_linenumber" name="L1086" href="#L1086">1086</a>         <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">double</strong> visit(<strong class="jxr_keyword">int</strong> i, <strong class="jxr_keyword">int</strong> j, <strong class="jxr_keyword">double</strong> value) {
 <a class="jxr_linenumber" name="L1087" href="#L1087">1087</a>             <strong class="jxr_keyword">return</strong> i + j / 1024.0;
 <a class="jxr_linenumber" name="L1088" href="#L1088">1088</a>         }
 <a class="jxr_linenumber" name="L1089" href="#L1089">1089</a>     }
 <a class="jxr_linenumber" name="L1090" href="#L1090">1090</a> 
-<a class="jxr_linenumber" name="L1091" href="#L1091">1091</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a> <strong class="jxr_keyword">extends</strong> DefaultRealMatrixPreservingVisitor {
+<a class="jxr_linenumber" name="L1091" href="#L1091">1091</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a> <strong class="jxr_keyword">extends</strong> DefaultRealMatrixPreservingVisitor {
 <a class="jxr_linenumber" name="L1092" href="#L1092">1092</a>         <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> count = 0;
 <a class="jxr_linenumber" name="L1093" href="#L1093">1093</a>         @Override
 <a class="jxr_linenumber" name="L1094" href="#L1094">1094</a>         <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> visit(<strong class="jxr_keyword">int</strong> i, <strong class="jxr_keyword">int</strong> j, <strong class="jxr_keyword">double</strong> value) {

Modified: websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/linear/BlockFieldMatrixTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/linear/BlockFieldMatrixTest.html (original)
+++ websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/linear/BlockFieldMatrixTest.html Sun May 17 17:05:50 2015
@@ -1253,14 +1253,14 @@
 <a class="jxr_linenumber" name="L1245" href="#L1245">1245</a>         <strong class="jxr_keyword">int</strong> columns = 75;
 <a class="jxr_linenumber" name="L1246" href="#L1246">1246</a> 
 <a class="jxr_linenumber" name="L1247" href="#L1247">1247</a>         FieldMatrix&lt;Fraction&gt; m = <strong class="jxr_keyword">new</strong> BlockFieldMatrix&lt;Fraction&gt;(FractionField.getInstance(), rows, columns);
-<a class="jxr_linenumber" name="L1248" href="#L1248">1248</a>         m.walkInRowOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>());
-<a class="jxr_linenumber" name="L1249" href="#L1249">1249</a>         <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a> getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1248" href="#L1248">1248</a>         m.walkInRowOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>());
+<a class="jxr_linenumber" name="L1249" href="#L1249">1249</a>         <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a> getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1250" href="#L1250">1250</a>         m.walkInOptimizedOrder(getVisitor);
 <a class="jxr_linenumber" name="L1251" href="#L1251">1251</a>         Assert.assertEquals(rows * columns, getVisitor.getCount());
 <a class="jxr_linenumber" name="L1252" href="#L1252">1252</a> 
 <a class="jxr_linenumber" name="L1253" href="#L1253">1253</a>         m = <strong class="jxr_keyword">new</strong> BlockFieldMatrix&lt;Fraction&gt;(FractionField.getInstance(), rows, columns);
-<a class="jxr_linenumber" name="L1254" href="#L1254">1254</a>         m.walkInRowOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
-<a class="jxr_linenumber" name="L1255" href="#L1255">1255</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1254" href="#L1254">1254</a>         m.walkInRowOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
+<a class="jxr_linenumber" name="L1255" href="#L1255">1255</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1256" href="#L1256">1256</a>         m.walkInOptimizedOrder(getVisitor, 1, rows - 2, 1, columns - 2);
 <a class="jxr_linenumber" name="L1257" href="#L1257">1257</a>         Assert.assertEquals((rows - 2) * (columns - 2), getVisitor.getCount());
 <a class="jxr_linenumber" name="L1258" href="#L1258">1258</a>         <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; rows; ++i) {
@@ -1273,14 +1273,14 @@
 <a class="jxr_linenumber" name="L1265" href="#L1265">1265</a>         }
 <a class="jxr_linenumber" name="L1266" href="#L1266">1266</a> 
 <a class="jxr_linenumber" name="L1267" href="#L1267">1267</a>         m = <strong class="jxr_keyword">new</strong> BlockFieldMatrix&lt;Fraction&gt;(FractionField.getInstance(), rows, columns);
-<a class="jxr_linenumber" name="L1268" href="#L1268">1268</a>         m.walkInColumnOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>());
-<a class="jxr_linenumber" name="L1269" href="#L1269">1269</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1268" href="#L1268">1268</a>         m.walkInColumnOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>());
+<a class="jxr_linenumber" name="L1269" href="#L1269">1269</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1270" href="#L1270">1270</a>         m.walkInOptimizedOrder(getVisitor);
 <a class="jxr_linenumber" name="L1271" href="#L1271">1271</a>         Assert.assertEquals(rows * columns, getVisitor.getCount());
 <a class="jxr_linenumber" name="L1272" href="#L1272">1272</a> 
 <a class="jxr_linenumber" name="L1273" href="#L1273">1273</a>         m = <strong class="jxr_keyword">new</strong> BlockFieldMatrix&lt;Fraction&gt;(FractionField.getInstance(), rows, columns);
-<a class="jxr_linenumber" name="L1274" href="#L1274">1274</a>         m.walkInColumnOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
-<a class="jxr_linenumber" name="L1275" href="#L1275">1275</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1274" href="#L1274">1274</a>         m.walkInColumnOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
+<a class="jxr_linenumber" name="L1275" href="#L1275">1275</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1276" href="#L1276">1276</a>         m.walkInOptimizedOrder(getVisitor, 1, rows - 2, 1, columns - 2);
 <a class="jxr_linenumber" name="L1277" href="#L1277">1277</a>         Assert.assertEquals((rows - 2) * (columns - 2), getVisitor.getCount());
 <a class="jxr_linenumber" name="L1278" href="#L1278">1278</a>         <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; rows; ++i) {
@@ -1293,14 +1293,14 @@
 <a class="jxr_linenumber" name="L1285" href="#L1285">1285</a>         }
 <a class="jxr_linenumber" name="L1286" href="#L1286">1286</a> 
 <a class="jxr_linenumber" name="L1287" href="#L1287">1287</a>         m = <strong class="jxr_keyword">new</strong> BlockFieldMatrix&lt;Fraction&gt;(FractionField.getInstance(), rows, columns);
-<a class="jxr_linenumber" name="L1288" href="#L1288">1288</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>());
-<a class="jxr_linenumber" name="L1289" href="#L1289">1289</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1288" href="#L1288">1288</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>());
+<a class="jxr_linenumber" name="L1289" href="#L1289">1289</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1290" href="#L1290">1290</a>         m.walkInRowOrder(getVisitor);
 <a class="jxr_linenumber" name="L1291" href="#L1291">1291</a>         Assert.assertEquals(rows * columns, getVisitor.getCount());
 <a class="jxr_linenumber" name="L1292" href="#L1292">1292</a> 
 <a class="jxr_linenumber" name="L1293" href="#L1293">1293</a>         m = <strong class="jxr_keyword">new</strong> BlockFieldMatrix&lt;Fraction&gt;(FractionField.getInstance(), rows, columns);
-<a class="jxr_linenumber" name="L1294" href="#L1294">1294</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
-<a class="jxr_linenumber" name="L1295" href="#L1295">1295</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1294" href="#L1294">1294</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
+<a class="jxr_linenumber" name="L1295" href="#L1295">1295</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1296" href="#L1296">1296</a>         m.walkInRowOrder(getVisitor, 1, rows - 2, 1, columns - 2);
 <a class="jxr_linenumber" name="L1297" href="#L1297">1297</a>         Assert.assertEquals((rows - 2) * (columns - 2), getVisitor.getCount());
 <a class="jxr_linenumber" name="L1298" href="#L1298">1298</a>         <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; rows; ++i) {
@@ -1313,14 +1313,14 @@
 <a class="jxr_linenumber" name="L1305" href="#L1305">1305</a>         }
 <a class="jxr_linenumber" name="L1306" href="#L1306">1306</a> 
 <a class="jxr_linenumber" name="L1307" href="#L1307">1307</a>         m = <strong class="jxr_keyword">new</strong> BlockFieldMatrix&lt;Fraction&gt;(FractionField.getInstance(), rows, columns);
-<a class="jxr_linenumber" name="L1308" href="#L1308">1308</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>());
-<a class="jxr_linenumber" name="L1309" href="#L1309">1309</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1308" href="#L1308">1308</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>());
+<a class="jxr_linenumber" name="L1309" href="#L1309">1309</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1310" href="#L1310">1310</a>         m.walkInColumnOrder(getVisitor);
 <a class="jxr_linenumber" name="L1311" href="#L1311">1311</a>         Assert.assertEquals(rows * columns, getVisitor.getCount());
 <a class="jxr_linenumber" name="L1312" href="#L1312">1312</a> 
 <a class="jxr_linenumber" name="L1313" href="#L1313">1313</a>         m = <strong class="jxr_keyword">new</strong> BlockFieldMatrix&lt;Fraction&gt;(FractionField.getInstance(), rows, columns);
-<a class="jxr_linenumber" name="L1314" href="#L1314">1314</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
-<a class="jxr_linenumber" name="L1315" href="#L1315">1315</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1314" href="#L1314">1314</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
+<a class="jxr_linenumber" name="L1315" href="#L1315">1315</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1316" href="#L1316">1316</a>         m.walkInColumnOrder(getVisitor, 1, rows - 2, 1, columns - 2);
 <a class="jxr_linenumber" name="L1317" href="#L1317">1317</a>         Assert.assertEquals((rows - 2) * (columns - 2), getVisitor.getCount());
 <a class="jxr_linenumber" name="L1318" href="#L1318">1318</a>         <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; rows; ++i) {
@@ -1340,8 +1340,8 @@
 <a class="jxr_linenumber" name="L1332" href="#L1332">1332</a>         Assert.assertEquals(m,TestUtils.serializeAndRecover(m));
 <a class="jxr_linenumber" name="L1333" href="#L1333">1333</a>     }
 <a class="jxr_linenumber" name="L1334" href="#L1334">1334</a> 
-<a class="jxr_linenumber" name="L1335" href="#L1335">1335</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a> <strong class="jxr_keyword">extends</strong> DefaultFieldMatrixChangingVisitor&lt;Fraction&gt; {
-<a class="jxr_linenumber" name="L1336" href="#L1336">1336</a>         <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>() {
+<a class="jxr_linenumber" name="L1335" href="#L1335">1335</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a> <strong class="jxr_keyword">extends</strong> DefaultFieldMatrixChangingVisitor&lt;Fraction&gt; {
+<a class="jxr_linenumber" name="L1336" href="#L1336">1336</a>         <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>() {
 <a class="jxr_linenumber" name="L1337" href="#L1337">1337</a>             <strong class="jxr_keyword">super</strong>(Fraction.ZERO);
 <a class="jxr_linenumber" name="L1338" href="#L1338">1338</a>         }
 <a class="jxr_linenumber" name="L1339" href="#L1339">1339</a>         @Override
@@ -1350,9 +1350,9 @@
 <a class="jxr_linenumber" name="L1342" href="#L1342">1342</a>         }
 <a class="jxr_linenumber" name="L1343" href="#L1343">1343</a>     }
 <a class="jxr_linenumber" name="L1344" href="#L1344">1344</a> 
-<a class="jxr_linenumber" name="L1345" href="#L1345">1345</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a> <strong class="jxr_keyword">extends</strong> DefaultFieldMatrixPreservingVisitor&lt;Fraction&gt; {
+<a class="jxr_linenumber" name="L1345" href="#L1345">1345</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a> <strong class="jxr_keyword">extends</strong> DefaultFieldMatrixPreservingVisitor&lt;Fraction&gt; {
 <a class="jxr_linenumber" name="L1346" href="#L1346">1346</a>         <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> count;
-<a class="jxr_linenumber" name="L1347" href="#L1347">1347</a>         <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>() {
+<a class="jxr_linenumber" name="L1347" href="#L1347">1347</a>         <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>() {
 <a class="jxr_linenumber" name="L1348" href="#L1348">1348</a>             <strong class="jxr_keyword">super</strong>(Fraction.ZERO);
 <a class="jxr_linenumber" name="L1349" href="#L1349">1349</a>             count = 0;
 <a class="jxr_linenumber" name="L1350" href="#L1350">1350</a>         }

Modified: websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/linear/BlockRealMatrixTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/linear/BlockRealMatrixTest.html (original)
+++ websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/linear/BlockRealMatrixTest.html Sun May 17 17:05:50 2015
@@ -1153,14 +1153,14 @@
 <a class="jxr_linenumber" name="L1145" href="#L1145">1145</a>         <strong class="jxr_keyword">int</strong> columns = 75;
 <a class="jxr_linenumber" name="L1146" href="#L1146">1146</a> 
 <a class="jxr_linenumber" name="L1147" href="#L1147">1147</a>         RealMatrix m = <strong class="jxr_keyword">new</strong> BlockRealMatrix(rows, columns);
-<a class="jxr_linenumber" name="L1148" href="#L1148">1148</a>         m.walkInRowOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>());
-<a class="jxr_linenumber" name="L1149" href="#L1149">1149</a>         <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a> getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1148" href="#L1148">1148</a>         m.walkInRowOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>());
+<a class="jxr_linenumber" name="L1149" href="#L1149">1149</a>         <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a> getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1150" href="#L1150">1150</a>         m.walkInOptimizedOrder(getVisitor);
 <a class="jxr_linenumber" name="L1151" href="#L1151">1151</a>         Assert.assertEquals(rows * columns, getVisitor.getCount());
 <a class="jxr_linenumber" name="L1152" href="#L1152">1152</a> 
 <a class="jxr_linenumber" name="L1153" href="#L1153">1153</a>         m = <strong class="jxr_keyword">new</strong> BlockRealMatrix(rows, columns);
-<a class="jxr_linenumber" name="L1154" href="#L1154">1154</a>         m.walkInRowOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
-<a class="jxr_linenumber" name="L1155" href="#L1155">1155</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1154" href="#L1154">1154</a>         m.walkInRowOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
+<a class="jxr_linenumber" name="L1155" href="#L1155">1155</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1156" href="#L1156">1156</a>         m.walkInOptimizedOrder(getVisitor, 1, rows - 2, 1, columns - 2);
 <a class="jxr_linenumber" name="L1157" href="#L1157">1157</a>         Assert.assertEquals((rows - 2) * (columns - 2), getVisitor.getCount());
 <a class="jxr_linenumber" name="L1158" href="#L1158">1158</a>         <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; rows; ++i) {
@@ -1173,14 +1173,14 @@
 <a class="jxr_linenumber" name="L1165" href="#L1165">1165</a>         }
 <a class="jxr_linenumber" name="L1166" href="#L1166">1166</a> 
 <a class="jxr_linenumber" name="L1167" href="#L1167">1167</a>         m = <strong class="jxr_keyword">new</strong> BlockRealMatrix(rows, columns);
-<a class="jxr_linenumber" name="L1168" href="#L1168">1168</a>         m.walkInColumnOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>());
-<a class="jxr_linenumber" name="L1169" href="#L1169">1169</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1168" href="#L1168">1168</a>         m.walkInColumnOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>());
+<a class="jxr_linenumber" name="L1169" href="#L1169">1169</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1170" href="#L1170">1170</a>         m.walkInOptimizedOrder(getVisitor);
 <a class="jxr_linenumber" name="L1171" href="#L1171">1171</a>         Assert.assertEquals(rows * columns, getVisitor.getCount());
 <a class="jxr_linenumber" name="L1172" href="#L1172">1172</a> 
 <a class="jxr_linenumber" name="L1173" href="#L1173">1173</a>         m = <strong class="jxr_keyword">new</strong> BlockRealMatrix(rows, columns);
-<a class="jxr_linenumber" name="L1174" href="#L1174">1174</a>         m.walkInColumnOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
-<a class="jxr_linenumber" name="L1175" href="#L1175">1175</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1174" href="#L1174">1174</a>         m.walkInColumnOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
+<a class="jxr_linenumber" name="L1175" href="#L1175">1175</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1176" href="#L1176">1176</a>         m.walkInOptimizedOrder(getVisitor, 1, rows - 2, 1, columns - 2);
 <a class="jxr_linenumber" name="L1177" href="#L1177">1177</a>         Assert.assertEquals((rows - 2) * (columns - 2), getVisitor.getCount());
 <a class="jxr_linenumber" name="L1178" href="#L1178">1178</a>         <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; rows; ++i) {
@@ -1193,14 +1193,14 @@
 <a class="jxr_linenumber" name="L1185" href="#L1185">1185</a>         }
 <a class="jxr_linenumber" name="L1186" href="#L1186">1186</a> 
 <a class="jxr_linenumber" name="L1187" href="#L1187">1187</a>         m = <strong class="jxr_keyword">new</strong> BlockRealMatrix(rows, columns);
-<a class="jxr_linenumber" name="L1188" href="#L1188">1188</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>());
-<a class="jxr_linenumber" name="L1189" href="#L1189">1189</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1188" href="#L1188">1188</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>());
+<a class="jxr_linenumber" name="L1189" href="#L1189">1189</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1190" href="#L1190">1190</a>         m.walkInRowOrder(getVisitor);
 <a class="jxr_linenumber" name="L1191" href="#L1191">1191</a>         Assert.assertEquals(rows * columns, getVisitor.getCount());
 <a class="jxr_linenumber" name="L1192" href="#L1192">1192</a> 
 <a class="jxr_linenumber" name="L1193" href="#L1193">1193</a>         m = <strong class="jxr_keyword">new</strong> BlockRealMatrix(rows, columns);
-<a class="jxr_linenumber" name="L1194" href="#L1194">1194</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
-<a class="jxr_linenumber" name="L1195" href="#L1195">1195</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1194" href="#L1194">1194</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
+<a class="jxr_linenumber" name="L1195" href="#L1195">1195</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1196" href="#L1196">1196</a>         m.walkInRowOrder(getVisitor, 1, rows - 2, 1, columns - 2);
 <a class="jxr_linenumber" name="L1197" href="#L1197">1197</a>         Assert.assertEquals((rows - 2) * (columns - 2), getVisitor.getCount());
 <a class="jxr_linenumber" name="L1198" href="#L1198">1198</a>         <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; rows; ++i) {
@@ -1213,14 +1213,14 @@
 <a class="jxr_linenumber" name="L1205" href="#L1205">1205</a>         }
 <a class="jxr_linenumber" name="L1206" href="#L1206">1206</a> 
 <a class="jxr_linenumber" name="L1207" href="#L1207">1207</a>         m = <strong class="jxr_keyword">new</strong> BlockRealMatrix(rows, columns);
-<a class="jxr_linenumber" name="L1208" href="#L1208">1208</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>());
-<a class="jxr_linenumber" name="L1209" href="#L1209">1209</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1208" href="#L1208">1208</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>());
+<a class="jxr_linenumber" name="L1209" href="#L1209">1209</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1210" href="#L1210">1210</a>         m.walkInColumnOrder(getVisitor);
 <a class="jxr_linenumber" name="L1211" href="#L1211">1211</a>         Assert.assertEquals(rows * columns, getVisitor.getCount());
 <a class="jxr_linenumber" name="L1212" href="#L1212">1212</a> 
 <a class="jxr_linenumber" name="L1213" href="#L1213">1213</a>         m = <strong class="jxr_keyword">new</strong> BlockRealMatrix(rows, columns);
-<a class="jxr_linenumber" name="L1214" href="#L1214">1214</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
-<a class="jxr_linenumber" name="L1215" href="#L1215">1215</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1214" href="#L1214">1214</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
+<a class="jxr_linenumber" name="L1215" href="#L1215">1215</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1216" href="#L1216">1216</a>         m.walkInColumnOrder(getVisitor, 1, rows - 2, 1, columns - 2);
 <a class="jxr_linenumber" name="L1217" href="#L1217">1217</a>         Assert.assertEquals((rows - 2) * (columns - 2), getVisitor.getCount());
 <a class="jxr_linenumber" name="L1218" href="#L1218">1218</a>         <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; rows; ++i) {
@@ -1240,14 +1240,14 @@
 <a class="jxr_linenumber" name="L1232" href="#L1232">1232</a>         Assert.assertEquals(m,TestUtils.serializeAndRecover(m));
 <a class="jxr_linenumber" name="L1233" href="#L1233">1233</a>     }
 <a class="jxr_linenumber" name="L1234" href="#L1234">1234</a> 
-<a class="jxr_linenumber" name="L1235" href="#L1235">1235</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a> <strong class="jxr_keyword">extends</strong> DefaultRealMatrixChangingVisitor {
+<a class="jxr_linenumber" name="L1235" href="#L1235">1235</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a> <strong class="jxr_keyword">extends</strong> DefaultRealMatrixChangingVisitor {
 <a class="jxr_linenumber" name="L1236" href="#L1236">1236</a>         @Override
 <a class="jxr_linenumber" name="L1237" href="#L1237">1237</a>         <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">double</strong> visit(<strong class="jxr_keyword">int</strong> i, <strong class="jxr_keyword">int</strong> j, <strong class="jxr_keyword">double</strong> value) {
 <a class="jxr_linenumber" name="L1238" href="#L1238">1238</a>             <strong class="jxr_keyword">return</strong> i + j / 1024.0;
 <a class="jxr_linenumber" name="L1239" href="#L1239">1239</a>         }
 <a class="jxr_linenumber" name="L1240" href="#L1240">1240</a>     }
 <a class="jxr_linenumber" name="L1241" href="#L1241">1241</a> 
-<a class="jxr_linenumber" name="L1242" href="#L1242">1242</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a> <strong class="jxr_keyword">extends</strong> DefaultRealMatrixPreservingVisitor {
+<a class="jxr_linenumber" name="L1242" href="#L1242">1242</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a> <strong class="jxr_keyword">extends</strong> DefaultRealMatrixPreservingVisitor {
 <a class="jxr_linenumber" name="L1243" href="#L1243">1243</a>         <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> count = 0;
 <a class="jxr_linenumber" name="L1244" href="#L1244">1244</a>         @Override
 <a class="jxr_linenumber" name="L1245" href="#L1245">1245</a>         <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> visit(<strong class="jxr_keyword">int</strong> i, <strong class="jxr_keyword">int</strong> j, <strong class="jxr_keyword">double</strong> value) {

Modified: websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/linear/FieldMatrixImplTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/linear/FieldMatrixImplTest.html (original)
+++ websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/linear/FieldMatrixImplTest.html Sun May 17 17:05:50 2015
@@ -981,14 +981,14 @@
 <a class="jxr_linenumber" name="L973" href="#L973">973</a> 
 <a class="jxr_linenumber" name="L974" href="#L974">974</a>         FieldMatrix&lt;Fraction&gt; m =
 <a class="jxr_linenumber" name="L975" href="#L975">975</a>             <strong class="jxr_keyword">new</strong> Array2DRowFieldMatrix&lt;Fraction&gt;(FractionField.getInstance(), rows, columns);
-<a class="jxr_linenumber" name="L976" href="#L976">976</a>         m.walkInRowOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>());
-<a class="jxr_linenumber" name="L977" href="#L977">977</a>         <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a> getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L976" href="#L976">976</a>         m.walkInRowOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>());
+<a class="jxr_linenumber" name="L977" href="#L977">977</a>         <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a> getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L978" href="#L978">978</a>         m.walkInOptimizedOrder(getVisitor);
 <a class="jxr_linenumber" name="L979" href="#L979">979</a>         Assert.assertEquals(rows * columns, getVisitor.getCount());
 <a class="jxr_linenumber" name="L980" href="#L980">980</a> 
 <a class="jxr_linenumber" name="L981" href="#L981">981</a>         m = <strong class="jxr_keyword">new</strong> Array2DRowFieldMatrix&lt;Fraction&gt;(FractionField.getInstance(), rows, columns);
-<a class="jxr_linenumber" name="L982" href="#L982">982</a>         m.walkInRowOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
-<a class="jxr_linenumber" name="L983" href="#L983">983</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L982" href="#L982">982</a>         m.walkInRowOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
+<a class="jxr_linenumber" name="L983" href="#L983">983</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L984" href="#L984">984</a>         m.walkInOptimizedOrder(getVisitor, 1, rows - 2, 1, columns - 2);
 <a class="jxr_linenumber" name="L985" href="#L985">985</a>         Assert.assertEquals((rows - 2) * (columns - 2), getVisitor.getCount());
 <a class="jxr_linenumber" name="L986" href="#L986">986</a>         <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; rows; ++i) {
@@ -1001,14 +1001,14 @@
 <a class="jxr_linenumber" name="L993" href="#L993">993</a>         }
 <a class="jxr_linenumber" name="L994" href="#L994">994</a> 
 <a class="jxr_linenumber" name="L995" href="#L995">995</a>         m = <strong class="jxr_keyword">new</strong> Array2DRowFieldMatrix&lt;Fraction&gt;(FractionField.getInstance(), rows, columns);
-<a class="jxr_linenumber" name="L996" href="#L996">996</a>         m.walkInColumnOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>());
-<a class="jxr_linenumber" name="L997" href="#L997">997</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L996" href="#L996">996</a>         m.walkInColumnOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>());
+<a class="jxr_linenumber" name="L997" href="#L997">997</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L998" href="#L998">998</a>         m.walkInOptimizedOrder(getVisitor);
 <a class="jxr_linenumber" name="L999" href="#L999">999</a>         Assert.assertEquals(rows * columns, getVisitor.getCount());
 <a class="jxr_linenumber" name="L1000" href="#L1000">1000</a> 
 <a class="jxr_linenumber" name="L1001" href="#L1001">1001</a>         m = <strong class="jxr_keyword">new</strong> Array2DRowFieldMatrix&lt;Fraction&gt;(FractionField.getInstance(), rows, columns);
-<a class="jxr_linenumber" name="L1002" href="#L1002">1002</a>         m.walkInColumnOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
-<a class="jxr_linenumber" name="L1003" href="#L1003">1003</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1002" href="#L1002">1002</a>         m.walkInColumnOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
+<a class="jxr_linenumber" name="L1003" href="#L1003">1003</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1004" href="#L1004">1004</a>         m.walkInOptimizedOrder(getVisitor, 1, rows - 2, 1, columns - 2);
 <a class="jxr_linenumber" name="L1005" href="#L1005">1005</a>         Assert.assertEquals((rows - 2) * (columns - 2), getVisitor.getCount());
 <a class="jxr_linenumber" name="L1006" href="#L1006">1006</a>         <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; rows; ++i) {
@@ -1021,14 +1021,14 @@
 <a class="jxr_linenumber" name="L1013" href="#L1013">1013</a>         }
 <a class="jxr_linenumber" name="L1014" href="#L1014">1014</a> 
 <a class="jxr_linenumber" name="L1015" href="#L1015">1015</a>         m = <strong class="jxr_keyword">new</strong> Array2DRowFieldMatrix&lt;Fraction&gt;(FractionField.getInstance(), rows, columns);
-<a class="jxr_linenumber" name="L1016" href="#L1016">1016</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>());
-<a class="jxr_linenumber" name="L1017" href="#L1017">1017</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1016" href="#L1016">1016</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>());
+<a class="jxr_linenumber" name="L1017" href="#L1017">1017</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1018" href="#L1018">1018</a>         m.walkInRowOrder(getVisitor);
 <a class="jxr_linenumber" name="L1019" href="#L1019">1019</a>         Assert.assertEquals(rows * columns, getVisitor.getCount());
 <a class="jxr_linenumber" name="L1020" href="#L1020">1020</a> 
 <a class="jxr_linenumber" name="L1021" href="#L1021">1021</a>         m = <strong class="jxr_keyword">new</strong> Array2DRowFieldMatrix&lt;Fraction&gt;(FractionField.getInstance(), rows, columns);
-<a class="jxr_linenumber" name="L1022" href="#L1022">1022</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
-<a class="jxr_linenumber" name="L1023" href="#L1023">1023</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1022" href="#L1022">1022</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
+<a class="jxr_linenumber" name="L1023" href="#L1023">1023</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1024" href="#L1024">1024</a>         m.walkInRowOrder(getVisitor, 1, rows - 2, 1, columns - 2);
 <a class="jxr_linenumber" name="L1025" href="#L1025">1025</a>         Assert.assertEquals((rows - 2) * (columns - 2), getVisitor.getCount());
 <a class="jxr_linenumber" name="L1026" href="#L1026">1026</a>         <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; rows; ++i) {
@@ -1041,14 +1041,14 @@
 <a class="jxr_linenumber" name="L1033" href="#L1033">1033</a>         }
 <a class="jxr_linenumber" name="L1034" href="#L1034">1034</a> 
 <a class="jxr_linenumber" name="L1035" href="#L1035">1035</a>         m = <strong class="jxr_keyword">new</strong> Array2DRowFieldMatrix&lt;Fraction&gt;(FractionField.getInstance(), rows, columns);
-<a class="jxr_linenumber" name="L1036" href="#L1036">1036</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>());
-<a class="jxr_linenumber" name="L1037" href="#L1037">1037</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1036" href="#L1036">1036</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>());
+<a class="jxr_linenumber" name="L1037" href="#L1037">1037</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1038" href="#L1038">1038</a>         m.walkInColumnOrder(getVisitor);
 <a class="jxr_linenumber" name="L1039" href="#L1039">1039</a>         Assert.assertEquals(rows * columns, getVisitor.getCount());
 <a class="jxr_linenumber" name="L1040" href="#L1040">1040</a> 
 <a class="jxr_linenumber" name="L1041" href="#L1041">1041</a>         m = <strong class="jxr_keyword">new</strong> Array2DRowFieldMatrix&lt;Fraction&gt;(FractionField.getInstance(), rows, columns);
-<a class="jxr_linenumber" name="L1042" href="#L1042">1042</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
-<a class="jxr_linenumber" name="L1043" href="#L1043">1043</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>();
+<a class="jxr_linenumber" name="L1042" href="#L1042">1042</a>         m.walkInOptimizedOrder(<strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>(), 1, rows - 2, 1, columns - 2);
+<a class="jxr_linenumber" name="L1043" href="#L1043">1043</a>         getVisitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>();
 <a class="jxr_linenumber" name="L1044" href="#L1044">1044</a>         m.walkInColumnOrder(getVisitor, 1, rows - 2, 1, columns - 2);
 <a class="jxr_linenumber" name="L1045" href="#L1045">1045</a>         Assert.assertEquals((rows - 2) * (columns - 2), getVisitor.getCount());
 <a class="jxr_linenumber" name="L1046" href="#L1046">1046</a>         <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; rows; ++i) {
@@ -1067,8 +1067,8 @@
 <a class="jxr_linenumber" name="L1059" href="#L1059">1059</a>         Assert.assertEquals(m,TestUtils.serializeAndRecover(m));
 <a class="jxr_linenumber" name="L1060" href="#L1060">1060</a>     }
 <a class="jxr_linenumber" name="L1061" href="#L1061">1061</a> 
-<a class="jxr_linenumber" name="L1062" href="#L1062">1062</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a> <strong class="jxr_keyword">extends</strong> DefaultFieldMatrixChangingVisitor&lt;Fraction&gt; {
-<a class="jxr_linenumber" name="L1063" href="#L1063">1063</a>         <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">SetVisitor</a>() {
+<a class="jxr_linenumber" name="L1062" href="#L1062">1062</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a> <strong class="jxr_keyword">extends</strong> DefaultFieldMatrixChangingVisitor&lt;Fraction&gt; {
+<a class="jxr_linenumber" name="L1063" href="#L1063">1063</a>         <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">SetVisitor</a>() {
 <a class="jxr_linenumber" name="L1064" href="#L1064">1064</a>             <strong class="jxr_keyword">super</strong>(Fraction.ZERO);
 <a class="jxr_linenumber" name="L1065" href="#L1065">1065</a>         }
 <a class="jxr_linenumber" name="L1066" href="#L1066">1066</a>         @Override
@@ -1077,9 +1077,9 @@
 <a class="jxr_linenumber" name="L1069" href="#L1069">1069</a>         }
 <a class="jxr_linenumber" name="L1070" href="#L1070">1070</a>     }
 <a class="jxr_linenumber" name="L1071" href="#L1071">1071</a> 
-<a class="jxr_linenumber" name="L1072" href="#L1072">1072</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a> <strong class="jxr_keyword">extends</strong> DefaultFieldMatrixPreservingVisitor&lt;Fraction&gt; {
+<a class="jxr_linenumber" name="L1072" href="#L1072">1072</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a> <strong class="jxr_keyword">extends</strong> DefaultFieldMatrixPreservingVisitor&lt;Fraction&gt; {
 <a class="jxr_linenumber" name="L1073" href="#L1073">1073</a>         <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> count;
-<a class="jxr_linenumber" name="L1074" href="#L1074">1074</a>         <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrixTest.html">GetVisitor</a>() {
+<a class="jxr_linenumber" name="L1074" href="#L1074">1074</a>         <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/commons/math3/linear/BlockRealMatrixTest.html">GetVisitor</a>() {
 <a class="jxr_linenumber" name="L1075" href="#L1075">1075</a>             <strong class="jxr_keyword">super</strong>(Fraction.ZERO);
 <a class="jxr_linenumber" name="L1076" href="#L1076">1076</a>             count = 0;
 <a class="jxr_linenumber" name="L1077" href="#L1077">1077</a>         }

Modified: websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/linear/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/linear/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/linear/package-frame.html Sun May 17 17:05:50 2015
@@ -1,180 +1,180 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xml:lang="en" lang="en">
-	<head>
-		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Commons Math 3.5 Reference Package org.apache.commons.math3.linear</title>
-		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
-	</head>
-	<body>
-
-		<h3>
-        	<a href="package-summary.html" target="classFrame">org.apache.commons.math3.linear</a>
-      	</h3>
-
-      	<h3>Classes</h3>
-
-      	<ul>
-      		          	<li>
-            	<a href="UnmodifiableRealVectorAbstractTest.html" target="classFrame"></a>
-          	</li>
-          	          	<li>
-            	<a href="Array2DRowRealMatrixTest.html" target="classFrame">Array2DRowRealMatrixTest</a>
-          	</li>
-          	          	<li>
-            	<a href="ArrayFieldVectorTest.html" target="classFrame">ArrayFieldVectorTest</a>
-          	</li>
-          	          	<li>
-            	<a href="ArrayRealVectorTest.html" target="classFrame">ArrayRealVectorTest</a>
-          	</li>
-          	          	<li>
-            	<a href="BiDiagonalTransformerTest.html" target="classFrame">BiDiagonalTransformerTest</a>
-          	</li>
-          	          	<li>
-            	<a href="RealVectorAbstractTest.html" target="classFrame">BinaryOperation</a>
-          	</li>
-          	          	<li>
-            	<a href="BlockFieldMatrixTest.html" target="classFrame">BlockFieldMatrixTest</a>
-          	</li>
-          	          	<li>
-            	<a href="BlockRealMatrixTest.html" target="classFrame">BlockRealMatrixTest</a>
-          	</li>
-          	          	<li>
-            	<a href="CholeskyDecompositionTest.html" target="classFrame">CholeskyDecompositionTest</a>
-          	</li>
-          	          	<li>
-            	<a href="CholeskySolverTest.html" target="classFrame">CholeskySolverTest</a>
-          	</li>
-          	          	<li>
-            	<a href="ConjugateGradientTest.html" target="classFrame">ConjugateGradientTest</a>
-          	</li>
-          	          	<li>
-            	<a href="DiagonalMatrixTest.html" target="classFrame">DiagonalMatrixTest</a>
-          	</li>
-          	          	<li>
-            	<a href="EigenDecompositionTest.html" target="classFrame">EigenDecompositionTest</a>
-          	</li>
-          	          	<li>
-            	<a href="EigenSolverTest.html" target="classFrame">EigenSolverTest</a>
-          	</li>
-          	          	<li>
-            	<a href="FieldLUDecompositionTest.html" target="classFrame">FieldLUDecompositionTest</a>
-          	</li>
-          	          	<li>
-            	<a href="FieldLUSolverTest.html" target="classFrame">FieldLUSolverTest</a>
-          	</li>
-          	          	<li>
-            	<a href="FieldMatrixImplTest.html" target="classFrame">FieldMatrixImplTest</a>
-          	</li>
-          	          	<li>
-            	<a href="ArrayFieldVectorTest.html" target="classFrame">FieldVectorTestImpl</a>
-          	</li>
-          	          	<li>
-            	<a href="FrenchRealVectorFormatTest.html" target="classFrame">FrenchRealVectorFormatTest</a>
-          	</li>
-          	          	<li>
-            	<a href="Array2DRowRealMatrixTest.html" target="classFrame">GetVisitor</a>
-          	</li>
-          	          	<li>
-            	<a href="HessenbergTransformerTest.html" target="classFrame">HessenbergTransformerTest</a>
-          	</li>
-          	          	<li>
-            	<a href="HilbertMatrix.html" target="classFrame">HilbertMatrix</a>
-          	</li>
-          	          	<li>
-            	<a href="InverseHilbertMatrix.html" target="classFrame">InverseHilbertMatrix</a>
-          	</li>
-          	          	<li>
-            	<a href="LUDecompositionTest.html" target="classFrame">LUDecompositionTest</a>
-          	</li>
-          	          	<li>
-            	<a href="LUSolverTest.html" target="classFrame">LUSolverTest</a>
-          	</li>
-          	          	<li>
-            	<a href="MatrixDimensionMismatchExceptionTest.html" target="classFrame">MatrixDimensionMismatchExceptionTest</a>
-          	</li>
-          	          	<li>
-            	<a href="MatrixUtilsTest.html" target="classFrame">MatrixUtilsTest</a>
-          	</li>
-          	          	<li>
-            	<a href="OpenMapRealMatrixTest.html" target="classFrame">OpenMapRealMatrixTest</a>
-          	</li>
-          	          	<li>
-            	<a href="QRDecompositionTest.html" target="classFrame">QRDecompositionTest</a>
-          	</li>
-          	          	<li>
-            	<a href="QRSolverTest.html" target="classFrame">QRSolverTest</a>
-          	</li>
-          	          	<li>
-            	<a href="RRQRDecompositionTest.html" target="classFrame">RRQRDecompositionTest</a>
-          	</li>
-          	          	<li>
-            	<a href="RRQRSolverTest.html" target="classFrame">RRQRSolverTest</a>
-          	</li>
-          	          	<li>
-            	<a href="RealMatrixFormatAbstractTest.html" target="classFrame">RealMatrixFormatAbstractTest</a>
-          	</li>
-          	          	<li>
-            	<a href="RealMatrixFormatTest.html" target="classFrame">RealMatrixFormatTest</a>
-          	</li>
-          	          	<li>
-            	<a href="RealVectorAbstractTest.html" target="classFrame">RealVectorAbstractTest</a>
-          	</li>
-          	          	<li>
-            	<a href="RealVectorFormatAbstractTest.html" target="classFrame">RealVectorFormatAbstractTest</a>
-          	</li>
-          	          	<li>
-            	<a href="RealVectorFormatTest.html" target="classFrame">RealVectorFormatTest</a>
-          	</li>
-          	          	<li>
-            	<a href="RealVectorTest.html" target="classFrame">RealVectorTest</a>
-          	</li>
-          	          	<li>
-            	<a href="RealVectorAbstractTest.html" target="classFrame">RealVectorTestImpl</a>
-          	</li>
-          	          	<li>
-            	<a href="RectangularCholeskyDecompositionTest.html" target="classFrame">RectangularCholeskyDecompositionTest</a>
-          	</li>
-          	          	<li>
-            	<a href="SchurTransformerTest.html" target="classFrame">SchurTransformerTest</a>
-          	</li>
-          	          	<li>
-            	<a href="Array2DRowRealMatrixTest.html" target="classFrame">SetVisitor</a>
-          	</li>
-          	          	<li>
-            	<a href="SingularValueDecompositionTest.html" target="classFrame">SingularValueDecompositionTest</a>
-          	</li>
-          	          	<li>
-            	<a href="SingularValueSolverTest.html" target="classFrame">SingularValueSolverTest</a>
-          	</li>
-          	          	<li>
-            	<a href="SparseFieldMatrixTest.html" target="classFrame">SparseFieldMatrixTest</a>
-          	</li>
-          	          	<li>
-            	<a href="SparseFieldVectorTest.html" target="classFrame">SparseFieldVectorTest</a>
-          	</li>
-          	          	<li>
-            	<a href="SparseRealMatrixTest.html" target="classFrame">SparseRealMatrixTest</a>
-          	</li>
-          	          	<li>
-            	<a href="SparseRealVectorTest.html" target="classFrame">SparseRealVectorTest</a>
-          	</li>
-          	          	<li>
-            	<a href="SymmLQTest.html" target="classFrame">SymmLQTest</a>
-          	</li>
-          	          	<li>
-            	<a href="TriDiagonalTransformerTest.html" target="classFrame">TriDiagonalTransformerTest</a>
-          	</li>
-          	          	<li>
-            	<a href="UnmodifiableArrayRealVectorTest.html" target="classFrame">UnmodifiableArrayRealVectorTest</a>
-          	</li>
-          	          	<li>
-            	<a href="UnmodifiableOpenMapRealVectorTest.html" target="classFrame">UnmodifiableOpenMapRealVectorTest</a>
-          	</li>
-          	          	<li>
-            	<a href="UnmodifiableRealVectorAbstractTest.html" target="classFrame">UnmodifiableRealVectorAbstractTest</a>
-          	</li>
-          	      	</ul>
-
-	</body>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+		<title>Apache Commons Math 3.6-SNAPSHOT Reference Package org.apache.commons.math3.linear</title>
+		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
+	</head>
+	<body>
+
+		<h3>
+        	<a href="package-summary.html" target="classFrame">org.apache.commons.math3.linear</a>
+      	</h3>
+
+      	<h3>Classes</h3>
+
+      	<ul>
+      		          	<li>
+            	<a href="UnmodifiableRealVectorAbstractTest.html" target="classFrame"></a>
+          	</li>
+          	          	<li>
+            	<a href="Array2DRowRealMatrixTest.html" target="classFrame">Array2DRowRealMatrixTest</a>
+          	</li>
+          	          	<li>
+            	<a href="ArrayFieldVectorTest.html" target="classFrame">ArrayFieldVectorTest</a>
+          	</li>
+          	          	<li>
+            	<a href="ArrayRealVectorTest.html" target="classFrame">ArrayRealVectorTest</a>
+          	</li>
+          	          	<li>
+            	<a href="BiDiagonalTransformerTest.html" target="classFrame">BiDiagonalTransformerTest</a>
+          	</li>
+          	          	<li>
+            	<a href="RealVectorAbstractTest.html" target="classFrame">BinaryOperation</a>
+          	</li>
+          	          	<li>
+            	<a href="BlockFieldMatrixTest.html" target="classFrame">BlockFieldMatrixTest</a>
+          	</li>
+          	          	<li>
+            	<a href="BlockRealMatrixTest.html" target="classFrame">BlockRealMatrixTest</a>
+          	</li>
+          	          	<li>
+            	<a href="CholeskyDecompositionTest.html" target="classFrame">CholeskyDecompositionTest</a>
+          	</li>
+          	          	<li>
+            	<a href="CholeskySolverTest.html" target="classFrame">CholeskySolverTest</a>
+          	</li>
+          	          	<li>
+            	<a href="ConjugateGradientTest.html" target="classFrame">ConjugateGradientTest</a>
+          	</li>
+          	          	<li>
+            	<a href="DiagonalMatrixTest.html" target="classFrame">DiagonalMatrixTest</a>
+          	</li>
+          	          	<li>
+            	<a href="EigenDecompositionTest.html" target="classFrame">EigenDecompositionTest</a>
+          	</li>
+          	          	<li>
+            	<a href="EigenSolverTest.html" target="classFrame">EigenSolverTest</a>
+          	</li>
+          	          	<li>
+            	<a href="FieldLUDecompositionTest.html" target="classFrame">FieldLUDecompositionTest</a>
+          	</li>
+          	          	<li>
+            	<a href="FieldLUSolverTest.html" target="classFrame">FieldLUSolverTest</a>
+          	</li>
+          	          	<li>
+            	<a href="FieldMatrixImplTest.html" target="classFrame">FieldMatrixImplTest</a>
+          	</li>
+          	          	<li>
+            	<a href="ArrayFieldVectorTest.html" target="classFrame">FieldVectorTestImpl</a>
+          	</li>
+          	          	<li>
+            	<a href="FrenchRealVectorFormatTest.html" target="classFrame">FrenchRealVectorFormatTest</a>
+          	</li>
+          	          	<li>
+            	<a href="BlockRealMatrixTest.html" target="classFrame">GetVisitor</a>
+          	</li>
+          	          	<li>
+            	<a href="HessenbergTransformerTest.html" target="classFrame">HessenbergTransformerTest</a>
+          	</li>
+          	          	<li>
+            	<a href="HilbertMatrix.html" target="classFrame">HilbertMatrix</a>
+          	</li>
+          	          	<li>
+            	<a href="InverseHilbertMatrix.html" target="classFrame">InverseHilbertMatrix</a>
+          	</li>
+          	          	<li>
+            	<a href="LUDecompositionTest.html" target="classFrame">LUDecompositionTest</a>
+          	</li>
+          	          	<li>
+            	<a href="LUSolverTest.html" target="classFrame">LUSolverTest</a>
+          	</li>
+          	          	<li>
+            	<a href="MatrixDimensionMismatchExceptionTest.html" target="classFrame">MatrixDimensionMismatchExceptionTest</a>
+          	</li>
+          	          	<li>
+            	<a href="MatrixUtilsTest.html" target="classFrame">MatrixUtilsTest</a>
+          	</li>
+          	          	<li>
+            	<a href="OpenMapRealMatrixTest.html" target="classFrame">OpenMapRealMatrixTest</a>
+          	</li>
+          	          	<li>
+            	<a href="QRDecompositionTest.html" target="classFrame">QRDecompositionTest</a>
+          	</li>
+          	          	<li>
+            	<a href="QRSolverTest.html" target="classFrame">QRSolverTest</a>
+          	</li>
+          	          	<li>
+            	<a href="RRQRDecompositionTest.html" target="classFrame">RRQRDecompositionTest</a>
+          	</li>
+          	          	<li>
+            	<a href="RRQRSolverTest.html" target="classFrame">RRQRSolverTest</a>
+          	</li>
+          	          	<li>
+            	<a href="RealMatrixFormatAbstractTest.html" target="classFrame">RealMatrixFormatAbstractTest</a>
+          	</li>
+          	          	<li>
+            	<a href="RealMatrixFormatTest.html" target="classFrame">RealMatrixFormatTest</a>
+          	</li>
+          	          	<li>
+            	<a href="RealVectorAbstractTest.html" target="classFrame">RealVectorAbstractTest</a>
+          	</li>
+          	          	<li>
+            	<a href="RealVectorFormatAbstractTest.html" target="classFrame">RealVectorFormatAbstractTest</a>
+          	</li>
+          	          	<li>
+            	<a href="RealVectorFormatTest.html" target="classFrame">RealVectorFormatTest</a>
+          	</li>
+          	          	<li>
+            	<a href="RealVectorTest.html" target="classFrame">RealVectorTest</a>
+          	</li>
+          	          	<li>
+            	<a href="RealVectorAbstractTest.html" target="classFrame">RealVectorTestImpl</a>
+          	</li>
+          	          	<li>
+            	<a href="RectangularCholeskyDecompositionTest.html" target="classFrame">RectangularCholeskyDecompositionTest</a>
+          	</li>
+          	          	<li>
+            	<a href="SchurTransformerTest.html" target="classFrame">SchurTransformerTest</a>
+          	</li>
+          	          	<li>
+            	<a href="BlockRealMatrixTest.html" target="classFrame">SetVisitor</a>
+          	</li>
+          	          	<li>
+            	<a href="SingularValueDecompositionTest.html" target="classFrame">SingularValueDecompositionTest</a>
+          	</li>
+          	          	<li>
+            	<a href="SingularValueSolverTest.html" target="classFrame">SingularValueSolverTest</a>
+          	</li>
+          	          	<li>
+            	<a href="SparseFieldMatrixTest.html" target="classFrame">SparseFieldMatrixTest</a>
+          	</li>
+          	          	<li>
+            	<a href="SparseFieldVectorTest.html" target="classFrame">SparseFieldVectorTest</a>
+          	</li>
+          	          	<li>
+            	<a href="SparseRealMatrixTest.html" target="classFrame">SparseRealMatrixTest</a>
+          	</li>
+          	          	<li>
+            	<a href="SparseRealVectorTest.html" target="classFrame">SparseRealVectorTest</a>
+          	</li>
+          	          	<li>
+            	<a href="SymmLQTest.html" target="classFrame">SymmLQTest</a>
+          	</li>
+          	          	<li>
+            	<a href="TriDiagonalTransformerTest.html" target="classFrame">TriDiagonalTransformerTest</a>
+          	</li>
+          	          	<li>
+            	<a href="UnmodifiableArrayRealVectorTest.html" target="classFrame">UnmodifiableArrayRealVectorTest</a>
+          	</li>
+          	          	<li>
+            	<a href="UnmodifiableOpenMapRealVectorTest.html" target="classFrame">UnmodifiableOpenMapRealVectorTest</a>
+          	</li>
+          	          	<li>
+            	<a href="UnmodifiableRealVectorAbstractTest.html" target="classFrame">UnmodifiableRealVectorAbstractTest</a>
+          	</li>
+          	      	</ul>
+
+	</body>
 </html>
\ No newline at end of file