This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git
from fc92ca62b Fix illegal Javadoc tags (Java 17)
new cfd7a3631 Checkstyle: private final class should be final
new e49cabff8 Checkstyle: redundant public modifier
new 3620d6071 Checkstyle: unnecessary parentheses
new 68a21f7fb Access static field in a static way
new bc04683e4 Remove empty arrays to varargs reflection methods
new b68b2601a Move auxilary class to static inner class
new 6b97a087d Add serial version UID to fix compile warnings
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:
.../commons/math4/core/jdkmath/AccurateMath.java | 6 +-
.../BicubicInterpolatingFunction.java | 391 +++++++++++----------
.../interpolation/InterpolatingMicrosphere.java | 4 +-
.../analysis/polynomials/PolynomialsUtils.java | 2 +-
.../legacy/analysis/solvers/LaguerreSolver.java | 2 +-
.../legacy/distribution/EmpiricalDistribution.java | 2 +-
.../MixtureMultivariateRealDistribution.java | 2 +-
...ariateNormalMixtureExpectationMaximization.java | 2 +-
.../fitting/leastsquares/LeastSquaresFactory.java | 4 +-
.../fitting/leastsquares/LeastSquaresProblem.java | 2 +-
.../leastsquares/LevenbergMarquardtOptimizer.java | 2 +-
.../commons/math4/legacy/linear/BigRealField.java | 2 +-
.../math4/legacy/linear/SchurTransformer.java | 2 +-
.../apache/commons/math4/legacy/linear/SymmLQ.java | 2 +-
.../math4/legacy/ode/ExpandableStatefulODE.java | 2 +-
.../commons/math4/legacy/ode/JacobianMatrices.java | 4 +-
.../math4/legacy/ode/MultistepFieldIntegrator.java | 4 +-
.../math4/legacy/ode/MultistepIntegrator.java | 4 +-
.../math4/legacy/ode/events/EventState.java | 2 +-
.../ode/nonstiff/AdamsMoultonFieldIntegrator.java | 2 +-
.../ode/nonstiff/AdamsMoultonIntegrator.java | 2 +-
.../legacy/ode/sampling/DummyStepHandler.java | 2 +-
.../legacy/optim/AbstractOptimizationProblem.java | 4 +-
.../commons/math4/legacy/optim/BaseOptimizer.java | 4 +-
.../scalar/MultivariateFunctionMappingAdapter.java | 8 +-
.../nonlinear/scalar/noderiv/BOBYQAOptimizer.java | 2 +-
.../nonlinear/scalar/noderiv/CMAESOptimizer.java | 8 +-
.../legacy/optim/univariate/BracketFinder.java | 2 +-
.../commons/math4/legacy/stat/Frequency.java | 2 +-
.../descriptive/AggregateSummaryStatistics.java | 2 +-
.../stat/descriptive/rank/PSquarePercentile.java | 2 +-
.../math4/legacy/stat/ranking/NaturalRanking.java | 2 +-
.../differentiation/GradientFunctionTest.java | 2 +-
.../differentiation/JacobianFunctionTest.java | 2 +-
.../BicubicInterpolatingFunctionTest.java | 1 +
.../legacy/fitting/leastsquares/MinpackTest.java | 36 +-
.../genetics/ElitisticListPopulationTest.java | 2 +-
.../math4/legacy/genetics/FitnessCachingTest.java | 2 +-
.../genetics/GeneticAlgorithmTestBinary.java | 2 +-
.../genetics/GeneticAlgorithmTestPermutations.java | 2 +-
.../legacy/genetics/TournamentSelectionTest.java | 2 +-
.../legacy/linear/Array2DRowRealMatrixTest.java | 4 +-
.../math4/legacy/linear/BlockFieldMatrixTest.java | 4 +-
.../math4/legacy/linear/BlockRealMatrixTest.java | 4 +-
.../math4/legacy/linear/FieldMatrixImplTest.java | 4 +-
.../ml/clustering/KMeansPlusPlusClustererTest.java | 2 +-
.../math4/legacy/ode/FirstOrderConverterTest.java | 2 +-
.../math4/legacy/ode/JacobianMatricesTest.java | 8 +-
.../math4/legacy/ode/TestFieldProblem4.java | 4 +-
.../commons/math4/legacy/ode/TestProblem4.java | 4 +-
.../math4/legacy/ode/events/CloseEventsTest.java | 2 +-
.../math4/legacy/ode/events/EventFilterTest.java | 2 +-
.../math4/legacy/ode/events/EventStateTest.java | 6 +-
.../legacy/ode/events/OverlappingEventsTest.java | 2 +-
.../legacy/ode/events/ReappearingEventTest.java | 2 +-
...tractEmbeddedRungeKuttaFieldIntegratorTest.java | 4 +-
.../AbstractRungeKuttaFieldIntegratorTest.java | 4 +-
.../ode/nonstiff/AdamsBashforthIntegratorTest.java | 5 +-
.../nonstiff/AdamsFieldIntegratorAbstractTest.java | 4 +-
.../ode/nonstiff/AdamsMoultonIntegratorTest.java | 5 +-
.../ClassicalRungeKuttaIntegratorTest.java | 2 +-
.../nonstiff/DormandPrince54IntegratorTest.java | 6 +-
.../nonstiff/DormandPrince853IntegratorTest.java | 6 +-
...eddedRungeKuttaFieldIntegratorAbstractTest.java | 4 +-
.../ode/nonstiff/EulerStepInterpolatorTest.java | 2 +-
.../legacy/ode/nonstiff/GillIntegratorTest.java | 2 +-
.../nonstiff/GraggBulirschStoerIntegratorTest.java | 2 +-
.../ode/nonstiff/HighamHall54IntegratorTest.java | 2 +-
.../legacy/ode/nonstiff/LutherIntegratorTest.java | 2 +-
.../RungeKuttaFieldIntegratorAbstractTest.java | 4 +-
...ungeKuttaFieldStepInterpolatorAbstractTest.java | 2 +-
.../ode/nonstiff/ThreeEighthesIntegratorTest.java | 2 +-
.../ode/sampling/DummyStepInterpolatorTest.java | 5 +-
.../MultiStartMultivariateOptimizerTest.java | 2 +-
.../MultivariateFunctionMappingAdapterTest.java | 2 +-
.../MultivariateFunctionPenaltyAdapterTest.java | 2 +-
.../NonLinearConjugateGradientOptimizerTest.java | 2 +-
.../nonlinear/scalar/noderiv/OptimTestUtils.java | 2 +-
.../SimplexOptimizerMultiDirectionalTest.java | 11 +-
.../noderiv/SimplexOptimizerNelderMeadTest.java | 9 +-
.../MultiStartUnivariateOptimizerTest.java | 2 +-
.../math4/legacy/stat/CertifiedDataTest.java | 3 +-
.../stat/data/CertifiedDataAbstractTest.java | 4 +-
.../checkstyle/checkstyle-suppressions-legacy.xml | 2 +
84 files changed, 348 insertions(+), 340 deletions(-)