Hi Luc,

On Wed, Aug 08, 2012 at 08:33:43PM -0000, l...@apache.org wrote:
> Author: luc
> Date: Wed Aug  8 20:33:43 2012
> New Revision: 1370951
> 
> URL: http://svn.apache.org/viewvc?rev=1370951&view=rev
> Log:
> Added a new package dealing with differentials.
> 
> The package is intended to deals with one or more free parameters and
> derivation order 1 or higher.
> 
> The core elements are based on Dan Kalman paper "Recursive Multivariate
> Automatic Differentiation", Mathematics Magazine, vol. 75, no. 3, June
> 2002. For efficiency, the recursive structure is compiled as simple
> loops once for each pair (number of free parameters, derivation order).
> 
> This is work in progress, there are still some features missing even in
> the most basic blocks (typically the asin, acos, atan, atant2 and taylor
> methods in DSCompiler). There are also still no high level
> differentiator implementation.
> 
> Added:
>     
> commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/differentiation/
>     
> commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/differentiation/DSCompiler.java
>    (with props)
>     
> commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.java
>    (with props)
>     
> commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/differentiation/UnivariateDifferential.java
>    (with props)
>     
> commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/differentiation/UnivariateDifferentiator.java
>    (with props)
>     
> commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/differentiation/package-info.java
>    (with props)
>     
> commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/differentiation/
>     
> commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/differentiation/DSCompilerTest.java
>    (with props)
>     
> commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/differentiation/DerivativeStructureTest.java
>    (with props)
> Modified:
>     commons/proper/math/trunk/src/changes/changes.xml
>     
> commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/FastMath.java


-1 

The commit reverted earlier changes in "FastMath.java". [The mixup shows in
the other message (part [2/2]) from "commits@".]
Moreover, the introduction of "pow(double,int)" could have been done first
and separately from the differentiation stuff.

Please revert the changes to "FastMath.java".

I don't get how this could happen; isn't subversion supposed to detect that
the working copy is outdated?


Sorry,
Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to