You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2009/08/09 13:53:20 UTC

svn commit: r802524 [2/2] - in /commons/sandbox/nabla/trunk/src: main/java/org/apache/commons/nabla/algorithmic/ main/java/org/apache/commons/nabla/algorithmic/analysis/ main/java/org/apache/commons/nabla/algorithmic/arithmetic/ main/java/org/apache/co...

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DReturnTransformer.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DReturnTransformer.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DReturnTransformer.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DReturnTransformer.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.instructions;
+package org.apache.commons.nabla.algorithmic.instructions;
 
-import org.apache.commons.nabla.automatic.analysis.InstructionsTransformer;
-import org.apache.commons.nabla.automatic.analysis.MethodDifferentiator;
+import org.apache.commons.nabla.algorithmic.analysis.InstructionsTransformer;
+import org.apache.commons.nabla.algorithmic.analysis.MethodDifferentiator;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.objectweb.asm.Opcodes;
 import org.objectweb.asm.tree.AbstractInsnNode;

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DStoreTransformer.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DStoreTransformer.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DStoreTransformer.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DStoreTransformer.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.instructions;
+package org.apache.commons.nabla.algorithmic.instructions;
 
-import org.apache.commons.nabla.automatic.analysis.InstructionsTransformer;
-import org.apache.commons.nabla.automatic.analysis.MethodDifferentiator;
+import org.apache.commons.nabla.algorithmic.analysis.InstructionsTransformer;
+import org.apache.commons.nabla.algorithmic.analysis.MethodDifferentiator;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.objectweb.asm.Opcodes;
 import org.objectweb.asm.tree.AbstractInsnNode;

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DcmpTransformer1.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DcmpTransformer1.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DcmpTransformer1.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DcmpTransformer1.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.instructions;
+package org.apache.commons.nabla.algorithmic.instructions;
 
-import org.apache.commons.nabla.automatic.analysis.InstructionsTransformer;
-import org.apache.commons.nabla.automatic.analysis.MethodDifferentiator;
+import org.apache.commons.nabla.algorithmic.analysis.InstructionsTransformer;
+import org.apache.commons.nabla.algorithmic.analysis.MethodDifferentiator;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.objectweb.asm.Opcodes;
 import org.objectweb.asm.tree.AbstractInsnNode;

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DcmpTransformer12.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DcmpTransformer12.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DcmpTransformer12.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DcmpTransformer12.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.instructions;
+package org.apache.commons.nabla.algorithmic.instructions;
 
-import org.apache.commons.nabla.automatic.analysis.InstructionsTransformer;
-import org.apache.commons.nabla.automatic.analysis.MethodDifferentiator;
+import org.apache.commons.nabla.algorithmic.analysis.InstructionsTransformer;
+import org.apache.commons.nabla.algorithmic.analysis.MethodDifferentiator;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.objectweb.asm.Opcodes;
 import org.objectweb.asm.tree.AbstractInsnNode;

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DcmpTransformer2.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DcmpTransformer2.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DcmpTransformer2.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/DcmpTransformer2.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.instructions;
+package org.apache.commons.nabla.algorithmic.instructions;
 
-import org.apache.commons.nabla.automatic.analysis.InstructionsTransformer;
-import org.apache.commons.nabla.automatic.analysis.MethodDifferentiator;
+import org.apache.commons.nabla.algorithmic.analysis.InstructionsTransformer;
+import org.apache.commons.nabla.algorithmic.analysis.MethodDifferentiator;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.objectweb.asm.Opcodes;
 import org.objectweb.asm.tree.AbstractInsnNode;

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2Transformer.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2Transformer.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2Transformer.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2Transformer.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.instructions;
+package org.apache.commons.nabla.algorithmic.instructions;
 
-import org.apache.commons.nabla.automatic.analysis.InstructionsTransformer;
-import org.apache.commons.nabla.automatic.analysis.MethodDifferentiator;
+import org.apache.commons.nabla.algorithmic.analysis.InstructionsTransformer;
+import org.apache.commons.nabla.algorithmic.analysis.MethodDifferentiator;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.objectweb.asm.Opcodes;
 import org.objectweb.asm.tree.AbstractInsnNode;

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2X1Transformer.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2X1Transformer.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2X1Transformer.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2X1Transformer.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.instructions;
+package org.apache.commons.nabla.algorithmic.instructions;
 
-import org.apache.commons.nabla.automatic.analysis.InstructionsTransformer;
-import org.apache.commons.nabla.automatic.analysis.MethodDifferentiator;
+import org.apache.commons.nabla.algorithmic.analysis.InstructionsTransformer;
+import org.apache.commons.nabla.algorithmic.analysis.MethodDifferentiator;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.objectweb.asm.Opcodes;
 import org.objectweb.asm.tree.AbstractInsnNode;

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2X2Transformer1.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2X2Transformer1.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2X2Transformer1.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2X2Transformer1.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.instructions;
+package org.apache.commons.nabla.algorithmic.instructions;
 
-import org.apache.commons.nabla.automatic.analysis.InstructionsTransformer;
-import org.apache.commons.nabla.automatic.analysis.MethodDifferentiator;
+import org.apache.commons.nabla.algorithmic.analysis.InstructionsTransformer;
+import org.apache.commons.nabla.algorithmic.analysis.MethodDifferentiator;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.objectweb.asm.Opcodes;
 import org.objectweb.asm.tree.AbstractInsnNode;

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2X2Transformer12.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2X2Transformer12.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2X2Transformer12.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2X2Transformer12.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.instructions;
+package org.apache.commons.nabla.algorithmic.instructions;
 
-import org.apache.commons.nabla.automatic.analysis.InstructionsTransformer;
-import org.apache.commons.nabla.automatic.analysis.MethodDifferentiator;
+import org.apache.commons.nabla.algorithmic.analysis.InstructionsTransformer;
+import org.apache.commons.nabla.algorithmic.analysis.MethodDifferentiator;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.objectweb.asm.Opcodes;
 import org.objectweb.asm.tree.AbstractInsnNode;

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2X2Transformer2.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2X2Transformer2.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2X2Transformer2.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/Dup2X2Transformer2.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.instructions;
+package org.apache.commons.nabla.algorithmic.instructions;
 
-import org.apache.commons.nabla.automatic.analysis.InstructionsTransformer;
-import org.apache.commons.nabla.automatic.analysis.MethodDifferentiator;
+import org.apache.commons.nabla.algorithmic.analysis.InstructionsTransformer;
+import org.apache.commons.nabla.algorithmic.analysis.MethodDifferentiator;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.objectweb.asm.Opcodes;
 import org.objectweb.asm.tree.AbstractInsnNode;

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/NarrowingTransformer.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/NarrowingTransformer.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/NarrowingTransformer.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/NarrowingTransformer.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.instructions;
+package org.apache.commons.nabla.algorithmic.instructions;
 
-import org.apache.commons.nabla.automatic.analysis.InstructionsTransformer;
-import org.apache.commons.nabla.automatic.analysis.MethodDifferentiator;
+import org.apache.commons.nabla.algorithmic.analysis.InstructionsTransformer;
+import org.apache.commons.nabla.algorithmic.analysis.MethodDifferentiator;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.objectweb.asm.Opcodes;
 import org.objectweb.asm.tree.AbstractInsnNode;

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/WideningTransformer.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/WideningTransformer.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/WideningTransformer.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/instructions/WideningTransformer.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.instructions;
+package org.apache.commons.nabla.algorithmic.instructions;
 
-import org.apache.commons.nabla.automatic.analysis.InstructionsTransformer;
-import org.apache.commons.nabla.automatic.analysis.MethodDifferentiator;
+import org.apache.commons.nabla.algorithmic.analysis.InstructionsTransformer;
+import org.apache.commons.nabla.algorithmic.analysis.MethodDifferentiator;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.objectweb.asm.Opcodes;
 import org.objectweb.asm.tree.AbstractInsnNode;

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/trimming/BytecodeTrimmer.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/trimming/BytecodeTrimmer.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/trimming/BytecodeTrimmer.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/trimming/BytecodeTrimmer.java Sun Aug  9 11:53:16 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.trimming;
+package org.apache.commons.nabla.algorithmic.trimming;
 
 import org.objectweb.asm.tree.AbstractInsnNode;
 import org.objectweb.asm.tree.InsnList;

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/trimming/DLoadPop2Trimmer.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/trimming/DLoadPop2Trimmer.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/trimming/DLoadPop2Trimmer.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/trimming/DLoadPop2Trimmer.java Sun Aug  9 11:53:16 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.trimming;
+package org.apache.commons.nabla.algorithmic.trimming;
 
 import org.objectweb.asm.Opcodes;
 import org.objectweb.asm.tree.AbstractInsnNode;

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/trimming/SwappedDloadTrimmer.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/trimming/SwappedDloadTrimmer.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/trimming/SwappedDloadTrimmer.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/trimming/SwappedDloadTrimmer.java Sun Aug  9 11:53:16 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.trimming;
+package org.apache.commons.nabla.algorithmic.trimming;
 
 import org.objectweb.asm.Opcodes;
 import org.objectweb.asm.tree.AbstractInsnNode;

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/trimming/SwappedDstoreTrimmer.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/trimming/SwappedDstoreTrimmer.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/trimming/SwappedDstoreTrimmer.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/trimming/SwappedDstoreTrimmer.java Sun Aug  9 11:53:16 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.trimming;
+package org.apache.commons.nabla.algorithmic.trimming;
 
 import org.objectweb.asm.Opcodes;
 import org.objectweb.asm.tree.AbstractInsnNode;

Modified: commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages.properties
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages.properties?rev=802524&r1=802523&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages.properties (original)
+++ commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages.properties Sun Aug  9 11:53:16 2009
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
  
-# org.apache.commons.nabla.automatic.AnalyticalDifferentiator
+# org.apache.commons.nabla.algorithmic.AnalyticalDifferentiator
 class\ {0}\ cannot\ be\ read\ ({1}) = \
   class {0} cannot be read ({1})
 
@@ -30,14 +30,14 @@
 class\ {0}\ instantiation\ from\ an\ instance\ of\ class\ {1}\ failed\ ({2}) = \
   class {0} instantiation from an instance of class {1} failed ({2})
 
-# org.apache.commons.nabla.automatic.ClassDifferentiator
+# org.apache.commons.nabla.algorithmic.ClassDifferentiator
 interface\ {0}\ not\ found\ while\ differentiating\ class\ {1} = \
   interface {0} not found while differentiating class {1}
 
 the\ {0}\ class\ does\ not\ implement\ the\ {1}\ interface = \
   the {0} class does not implement the {1} interface
 
-# org.apache.commons.nabla.automatic.MethodDifferentiator
+# org.apache.commons.nabla.algorithmic.MethodDifferentiator
 unable\ to\ analyze\ the\ {0}.{1}\ method\ ({2}) = \
   unable to analyze the {0}.{1} method ({2})
 

Modified: commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages_fr.properties
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages_fr.properties?rev=802524&r1=802523&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages_fr.properties (original)
+++ commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages_fr.properties Sun Aug  9 11:53:16 2009
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
  
-# org.apache.commons.nabla.automatic.AnalyticalDifferentiator
+# org.apache.commons.nabla.algorithmic.AnalyticalDifferentiator
 class\ {0}\ cannot\ be\ read\ ({1}) = \
   la classe {0} ne peut pas \u00eatre lue ({1})
 
@@ -30,14 +30,14 @@
 class\ {0}\ instantiation\ from\ an\ instance\ of\ class\ {1}\ failed\ ({2}) = \
   class {0} instantiation from an instance of class {1} failed ({2})
 
-# org.apache.commons.nabla.automatic.ClassDifferentiator
+# org.apache.commons.nabla.algorithmic.ClassDifferentiator
 interface\ {0}\ not\ found\ while\ differentiating\ class\ {1} = \
   interface {0} non trouv\u00e9e lors de la diff\u00e9rentiation de la classe {1}
 
 the\ {0}\ class\ does\ not\ implement\ the\ {1}\ interface = \
   la classe {0} n''implante pas l''interface {1}
 
-# org.apache.commons.nabla.automatic.MethodDifferentiator
+# org.apache.commons.nabla.algorithmic.MethodDifferentiator
 unable\ to\ analyze\ the\ {0}.{1}\ method\ ({2}) = \
   impossible d''analyser la m\u00e9thode {0}.{1} ({2})
 

Modified: commons/sandbox/nabla/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/site/xdoc/index.xml?rev=802524&r1=802523&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/site/xdoc/index.xml (original)
+++ commons/sandbox/nabla/trunk/src/site/xdoc/index.xml Sun Aug  9 11:53:16 2009
@@ -19,14 +19,14 @@
 <document>
 
   <properties>
-    <title>Nabla: an automatic differentiator</title>
+    <title>Nabla: an algorithmic differentiator</title>
   </properties>
 
   <body>
 
     <section name="Introduction">
       <p>
-        Nabla is an automatic differentiator for mathematical
+        Nabla is an algorithmic differentiator for mathematical
         functions.
       </p>
       <p>
@@ -137,7 +137,7 @@
         </source>
 
         <p>
-          We use the Nabla automatic differentiator to differentiate our
+          We use the Nabla algorithmic differentiator to differentiate our
           function and obtain an object implementing the derivative:
         </p>
 
@@ -194,7 +194,7 @@
           in this case, it was not used: transformation is done at
           runtime using only an instance of the primitive function. We
           can also observe that there is no configuration at all: the
-          automatic differentiator is built using a no-argument
+          algorithmic differentiator is built using a no-argument
           constructor and the differentiation method has only the
           primitive object as a parameter.
         </p>

Modified: commons/sandbox/nabla/trunk/src/site/xdoc/internals.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/site/xdoc/internals.xml?rev=802524&r1=802523&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/site/xdoc/internals.xml (original)
+++ commons/sandbox/nabla/trunk/src/site/xdoc/internals.xml Sun Aug  9 11:53:16 2009
@@ -39,9 +39,9 @@
           changed to the control flow instructions (loops, branches,
           operations scheduling). The entry point of this differentiation
           process is the <a
-          href="apidocs/org/apache/commons/nabla/automatic/analysis/MethodDifferentiator.html#visitEnd()">
+          href="apidocs/org/apache/commons/nabla/algorithmic/analysis/MethodDifferentiator.html#visitEnd()">
           visitEnd</a> method of the <code>MethodDifferentiator</code>
-          which is called from the <a href="apidocs/org/apache/commons/nabla/automatic/AutomaticDifferentiator.html">
+          which is called from the <a href="apidocs/org/apache/commons/nabla/algorithmic/AutomaticDifferentiator.html">
           AutomaticDifferentiator</a> class for processing the <code>f</code>
           method of the user class.
         </p>
@@ -176,9 +176,9 @@
 
         <p>
           The only methods from the <code>DifferentialPair</code> class that
-          are used by the automatic differentiator are the two arguments
+          are used by the algorithmic differentiator are the two arguments
           constructor, the <code>getValue</code> method and the
-          <code>getFirstDerivative</code> method. As far as automatic
+          <code>getFirstDerivative</code> method. As far as algorithmic
           differentiation is concerned, all the other methods could be removed
           from the class. In fact, they are only present for user convenience
           if they wish to perform additional computation after a function has
@@ -205,9 +205,9 @@
           href="#Virtual_machine_execution_model">virtual machine execution
           model</a> section) with the instructions that may produce it and the
           instructions that may consume it. This task is realized by the <a
-          href="apidocs/org/apache/commons/nabla/automatic/analysis/TrackingInterpreter.html">
+          href="apidocs/org/apache/commons/nabla/algorithmic/analysis/TrackingInterpreter.html">
           TrackingInterpreter</a> and <a
-          href="apidocs/org/apache/commons/nabla/automatic/analysis/TrackingValue.html">
+          href="apidocs/org/apache/commons/nabla/algorithmic/analysis/TrackingValue.html">
           TrackingValue</a> classes.
         </p>
  

Modified: commons/sandbox/nabla/trunk/src/site/xdoc/usage.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/site/xdoc/usage.xml?rev=802524&r1=802523&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/site/xdoc/usage.xml (original)
+++ commons/sandbox/nabla/trunk/src/site/xdoc/usage.xml Sun Aug  9 11:53:16 2009
@@ -46,7 +46,7 @@
           double</em> that is used both as the type of input
           parameters and return value of differentiated
           functions.</dd>
-          <dt><a href="apidocs/org/apache/commons/nabla/automatic/AutomaticDifferentiator.html">AutomaticDifferentiator</a></dt>
+          <dt><a href="apidocs/org/apache/commons/nabla/algorithmic/AutomaticDifferentiator.html">AutomaticDifferentiator</a></dt>
           <dd>is the main implementation of the
           UnivariateDifferentiator interface.  It performs
           differentiation by bytecode analysis and generation, using
@@ -253,7 +253,7 @@
       <subsection name="Functions calling native code">
 
         <p>
-          Since the automatic differentiator can analyze only bytecode,
+          Since the algorithmic differentiator can analyze only bytecode,
           functions calling native code cannot be handled this way by
           Nabla. There is a fallback procedure using finite differences.
           The <code>differences</code> package provides several classes

Copied: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/AbstractMathTest.java (from r802510, commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/automatic/AbstractMathTest.java)
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/AbstractMathTest.java?p2=commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/AbstractMathTest.java&p1=commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/automatic/AbstractMathTest.java&r1=802510&r2=802524&rev=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/automatic/AbstractMathTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/AbstractMathTest.java Sun Aug  9 11:53:16 2009
@@ -14,9 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic;
+package org.apache.commons.nabla.algorithmic;
 
 import org.apache.commons.nabla.ReferenceFunction;
+import org.apache.commons.nabla.algorithmic.AutomaticDifferentiator;
 import org.apache.commons.nabla.core.DifferentialPair;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.apache.commons.nabla.core.UnivariateDerivative;

Copied: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/AutomaticDifferentiatorTest.java (from r802510, commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/automatic/AutomaticDifferentiatorTest.java)
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/AutomaticDifferentiatorTest.java?p2=commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/AutomaticDifferentiatorTest.java&p1=commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/automatic/AutomaticDifferentiatorTest.java&r1=802510&r2=802524&rev=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/automatic/AutomaticDifferentiatorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/AutomaticDifferentiatorTest.java Sun Aug  9 11:53:16 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic;
+package org.apache.commons.nabla.algorithmic;
 
 import org.apache.commons.nabla.ReferenceFunction;
 import org.junit.Test;

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/analysis/ErrorReporterTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/analysis/ErrorReporterTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/analysis/ErrorReporterTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/analysis/ErrorReporterTest.java Sun Aug  9 11:53:16 2009
@@ -14,11 +14,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.analysis;
+package org.apache.commons.nabla.algorithmic.analysis;
 
 import org.junit.Assert;
 
-import org.apache.commons.nabla.automatic.analysis.ErrorReporter;
+import org.apache.commons.nabla.algorithmic.analysis.ErrorReporter;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.junit.Test;
 

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DAddGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DAddGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DAddGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DAddGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.arithmetic;
+package org.apache.commons.nabla.algorithmic.arithmetic;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class DAddGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DDivGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DDivGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DDivGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DDivGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.arithmetic;
+package org.apache.commons.nabla.algorithmic.arithmetic;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class DDivGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DMulGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DMulGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DMulGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DMulGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.arithmetic;
+package org.apache.commons.nabla.algorithmic.arithmetic;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class DMulGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DNegGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DNegGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DNegGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DNegGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.arithmetic;
+package org.apache.commons.nabla.algorithmic.arithmetic;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class DNegGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DRemGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DRemGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DRemGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DRemGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.arithmetic;
+package org.apache.commons.nabla.algorithmic.arithmetic;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class DRemGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DSubGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DSubGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DSubGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/arithmetic/DSubGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.arithmetic;
+package org.apache.commons.nabla.algorithmic.arithmetic;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class DSubGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AcosGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AcosGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AcosGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AcosGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,11 +14,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
-import org.apache.commons.nabla.automatic.AutomaticDifferentiator;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AutomaticDifferentiator;
 import org.apache.commons.nabla.core.DifferentialPair;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.apache.commons.nabla.core.UnivariateDerivative;

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AcoshGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AcoshGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AcoshGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AcoshGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class AcoshGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AsinGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AsinGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AsinGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AsinGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,11 +14,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
-import org.apache.commons.nabla.automatic.AutomaticDifferentiator;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AutomaticDifferentiator;
 import org.apache.commons.nabla.core.DifferentialPair;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.apache.commons.nabla.core.UnivariateDerivative;

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AsinhGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AsinhGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AsinhGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AsinhGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class AsinhGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/Atan2GeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/Atan2GeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/Atan2GeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/Atan2GeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class Atan2GeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AtanGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AtanGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AtanGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AtanGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,11 +14,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
-import org.apache.commons.nabla.automatic.AutomaticDifferentiator;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AutomaticDifferentiator;
 import org.apache.commons.nabla.core.DifferentialPair;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.apache.commons.nabla.core.UnivariateDerivative;

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AtanhGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AtanhGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AtanhGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/AtanhGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class AtanhGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/CbrtGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/CbrtGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/CbrtGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/CbrtGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class CbrtGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/CosGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/CosGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/CosGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/CosGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class CosGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/CoshGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/CoshGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/CoshGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/CoshGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class CoshGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/ExpGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/ExpGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/ExpGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/ExpGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class ExpGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/Expm1GeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/Expm1GeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/Expm1GeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/Expm1GeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class Expm1GeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/HypotGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/HypotGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/HypotGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/HypotGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class HypotGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/Log10GeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/Log10GeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/Log10GeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/Log10GeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,11 +14,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
-import org.apache.commons.nabla.automatic.AutomaticDifferentiator;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AutomaticDifferentiator;
 import org.apache.commons.nabla.core.DifferentialPair;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.apache.commons.nabla.core.UnivariateDerivative;

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/Log1pGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/Log1pGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/Log1pGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/Log1pGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,11 +14,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
-import org.apache.commons.nabla.automatic.AutomaticDifferentiator;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AutomaticDifferentiator;
 import org.apache.commons.nabla.core.DifferentialPair;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.apache.commons.nabla.core.UnivariateDerivative;

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/LogGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/LogGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/LogGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/LogGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,11 +14,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
-import org.apache.commons.nabla.automatic.AutomaticDifferentiator;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AutomaticDifferentiator;
 import org.apache.commons.nabla.core.DifferentialPair;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.apache.commons.nabla.core.UnivariateDerivative;

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/PowGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/PowGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/PowGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/PowGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class PowGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/SinGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/SinGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/SinGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/SinGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class SinGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/SinhGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/SinhGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/SinhGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/SinhGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class SinhGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/SqrtGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/SqrtGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/SqrtGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/SqrtGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,11 +14,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
-import org.apache.commons.nabla.automatic.AutomaticDifferentiator;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AutomaticDifferentiator;
 import org.apache.commons.nabla.core.DifferentialPair;
 import org.apache.commons.nabla.core.DifferentiationException;
 import org.apache.commons.nabla.core.UnivariateDerivative;

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/TanGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/TanGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/TanGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/TanGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class TanGeneratorTest extends AbstractMathTest {

Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/TanhGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/TanhGeneratorTest.java?rev=802524&r1=802510&r2=802524&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/TanhGeneratorTest.java (original)
+++ commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/algorithmic/functions/TanhGeneratorTest.java Sun Aug  9 11:53:16 2009
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.nabla.automatic.functions;
+package org.apache.commons.nabla.algorithmic.functions;
 
 import org.apache.commons.nabla.ReferenceFunction;
-import org.apache.commons.nabla.automatic.AbstractMathTest;
+import org.apache.commons.nabla.algorithmic.AbstractMathTest;
 import org.junit.Test;
 
 public class TanhGeneratorTest extends AbstractMathTest {