This is an automated email from the ASF dual-hosted git repository.
erans pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git.
from bf5d19e Removed obsolete interface.
new 5828c23 MATH-1362: Use "IntegerSequence.Incrementor".
new 8bff9c3 Spurious "throws" clauses.
new aa46bcc MATH-1362: Use "IntegerSequence.Incrementor".
new 22da230 MATH-1362: Use "IntegerSequence.Incrementor".
new 8091c4f MATH-1362: Use "IntegerSequence.Incrementor".
new ef4596d MATH-1362: Removed class that is not used anymore within
"Commons Math".
new 096cc55 Javadoc.
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 5 +-
.../BaseAbstractUnivariateIntegrator.java | 55 +++----
.../IterativeLegendreGaussIntegrator.java | 17 +-
.../analysis/integration/MidPointIntegrator.java | 2 +-
.../analysis/integration/RombergIntegrator.java | 4 +-
.../analysis/integration/SimpsonIntegrator.java | 2 +-
.../analysis/integration/TrapezoidIntegrator.java | 4 +-
.../solvers/BaseAbstractUnivariateSolver.java | 40 ++---
.../fitting/leastsquares/GaussNewtonOptimizer.java | 10 +-
.../fitting/leastsquares/LeastSquaresAdapter.java | 6 +-
.../fitting/leastsquares/LeastSquaresFactory.java | 6 +-
.../leastsquares/LevenbergMarquardtOptimizer.java | 12 +-
.../math4/linear/IterativeLinearSolver.java | 6 +-
.../PreconditionedIterativeLinearSolver.java | 6 +-
.../org/apache/commons/math4/linear/SymmLQ.java | 6 +-
.../math4/optim/AbstractOptimizationProblem.java | 18 +-
.../apache/commons/math4/optim/BaseOptimizer.java | 53 +++---
.../commons/math4/optim/OptimizationProblem.java | 6 +-
.../org/apache/commons/math4/util/Incrementor.java | 183 ---------------------
.../commons/math4/util/IterationManager.java | 47 ++++--
.../IterativeLegendreGaussIntegratorTest.java | 2 +-
.../math4/analysis/solvers/BrentSolverTest.java | 2 +-
.../math4/optim/linear/SimplexSolverTest.java | 2 +-
.../math4/optim/univariate/BrentOptimizerTest.java | 2 +-
.../apache/commons/math4/util/IncrementorTest.java | 139 ----------------
25 files changed, 160 insertions(+), 475 deletions(-)
delete mode 100644 src/main/java/org/apache/commons/math4/util/Incrementor.java
delete mode 100644
src/test/java/org/apache/commons/math4/util/IncrementorTest.java