commons/proper/math/trunk/src/java/org/apache/commons/math/MathException.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/MathRuntimeException.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/integration/RombergIntegrator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/integration/SimpsonIntegrator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/integration/TrapezoidIntegrator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/polynomials/PolynomialFunction.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactoryImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/complex/Complex.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/complex/ComplexFormat.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/AbstractIntegerDistribution.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/BetaDistributionImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/BinomialDistributionImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/CauchyDistributionImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/ChiSquaredDistributionImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/ExponentialDistributionImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/FDistributionImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/GammaDistributionImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/HypergeometricDistributionImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/NormalDistributionImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/PascalDistributionImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/PoissonDistributionImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/TDistributionImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/WeibullDistributionImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/ZipfDistributionImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/estimation/GaussNewtonEstimator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/estimation/LevenbergMarquardtEstimator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/fraction/AbstractFormat.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/fraction/BigFractionFormat.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/fraction/Fraction.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/fraction/FractionFormat.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/fraction/ProperBigFractionFormat.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/fraction/ProperFractionFormat.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/RotationOrder.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Vector3D.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Vector3DFormat.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/AbstractRealMatrix.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/BigMatrixImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/DenseRealMatrix.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealMatrixImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorFormat.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/SparseRealMatrix.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/AdamsBashforthStepInterpolator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonStepInterpolator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/ClassicalRungeKuttaStepInterpolator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/DormandPrince54Integrator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/DormandPrince54StepInterpolator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/DormandPrince853Integrator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/DormandPrince853StepInterpolator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/EulerStepInterpolator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/GillStepInterpolator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/GraggBulirschStoerStepInterpolator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/HighamHall54Integrator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/HighamHall54StepInterpolator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/MidpointStepInterpolator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/RungeKuttaStepInterpolator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/ThreeEighthesStepInterpolator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/sampling/DummyStepInterpolator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/sampling/MultistepStepInterpolator.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/direct/MultiDirectional.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/direct/NelderMead.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/general/GaussNewtonOptimizer.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizer.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizer.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/linear/SimplexSolver.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/random/RandomAdaptor.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/special/Beta.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/special/Gamma.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/Frequency.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/DescriptiveStatistics.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SummaryStatistics.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/moment/FirstMoment.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/moment/FourthMoment.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/moment/GeometricMean.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/moment/Kurtosis.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/moment/Mean.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/moment/SecondMoment.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/moment/Skewness.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/moment/StandardDeviation.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/moment/ThirdMoment.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/moment/Variance.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/rank/Max.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/rank/Min.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/rank/Percentile.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/summary/Product.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/summary/Sum.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/summary/SumOfLogs.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/summary/SumOfSquares.java
|
modified
, text changed
|
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.java
|
modified
, text changed
|
[...] |