-
Interfaces Interface Description org.apache.commons.math.ConvergingAlgorithm in 2.2 (to be removed in 3.0). The concept of "iteration" will be moved to a newIterativeAlgorithm
. The concept of "accuracy" is currently is also contained inSimpleRealPointChecker
and similar classes.org.apache.commons.math.distribution.HasDensity to be removed in math 3.0org.apache.commons.math.estimation.EstimationProblem as of 2.0, everything in package org.apache.commons.math.estimation has been deprecated and replaced by package org.apache.commons.math.optimization.generalorg.apache.commons.math.estimation.Estimator as of 2.0, everything in package org.apache.commons.math.estimation has been deprecated and replaced by package org.apache.commons.math.optimization.generalorg.apache.commons.math.linear.BigMatrix as of 2.0, replaced byFieldMatrix
with aBigReal
parameterorg.apache.commons.math.ode.jacobians.EventHandlerWithJacobians as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementationorg.apache.commons.math.ode.jacobians.ODEWithJacobians as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementationorg.apache.commons.math.ode.jacobians.ParameterizedODE as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementationorg.apache.commons.math.ode.jacobians.StepHandlerWithJacobians as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementationorg.apache.commons.math.ode.jacobians.StepInterpolatorWithJacobians as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementation
-
Classes Class Description org.apache.commons.math.analysis.BinaryFunction in 2.2org.apache.commons.math.analysis.interpolation.SmoothingBicubicSplineInterpolator This class does not perform smoothing; the name is thus misleading. Please useBicubicSplineInterpolator
instead. If smoothing is desired, a tentative implementation is provided in classSmoothingPolynomialBicubicSplineInterpolator
. This class will be removed in math 3.0.org.apache.commons.math.analysis.solvers.UnivariateRealSolverImpl in 2.2 (to be removed in 3.0).org.apache.commons.math.ConvergingAlgorithmImpl in 2.2 (to be removed in 3.0).org.apache.commons.math.estimation.AbstractEstimator as of 2.0, everything in package org.apache.commons.math.estimation has been deprecated and replaced by package org.apache.commons.math.optimization.generalorg.apache.commons.math.estimation.EstimatedParameter as of 2.0, everything in package org.apache.commons.math.estimation has been deprecated and replaced by package org.apache.commons.math.optimization.generalorg.apache.commons.math.estimation.GaussNewtonEstimator as of 2.0, everything in package org.apache.commons.math.estimation has been deprecated and replaced by package org.apache.commons.math.optimization.generalorg.apache.commons.math.estimation.LevenbergMarquardtEstimator as of 2.0, everything in package org.apache.commons.math.estimation has been deprecated and replaced by package org.apache.commons.math.optimization.generalorg.apache.commons.math.estimation.SimpleEstimationProblem as of 2.0, everything in package org.apache.commons.math.estimation has been deprecated and replaced by package org.apache.commons.math.optimization.generalorg.apache.commons.math.estimation.WeightedMeasurement as of 2.0, everything in package org.apache.commons.math.estimation has been deprecated and replaced by package org.apache.commons.math.optimization.generalorg.apache.commons.math.linear.BigMatrixImpl as of 2.0, replaced byArray2DRowFieldMatrix
with aBigReal
parameterorg.apache.commons.math.linear.RealMatrixImpl as of 2.0 replaced byArray2DRowRealMatrix
org.apache.commons.math.ode.events.CombinedEventsManager as of 2.2, this class is not used anymoreorg.apache.commons.math.ode.jacobians.FirstOrderIntegratorWithJacobians as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementation
-
Exceptions Exceptions Description org.apache.commons.math.DimensionMismatchException in 2.2 (to be removed in 3.0). Please use its equivalent from packageorg.apache.commons.math.exception
.org.apache.commons.math.estimation.EstimationException as of 2.0, everything in package org.apache.commons.math.estimation has been deprecated and replaced by package org.apache.commons.math.optimization.generalorg.apache.commons.math.optimization.OptimizationException in 2.2 (to be removed in 3.0).
-
Fields Field Description org.apache.commons.math.analysis.integration.UnivariateRealIntegratorImpl.f as of 2.0 the integrand function is passed as an argument to theUnivariateRealIntegrator.integrate(UnivariateRealFunction, double, double)
method.org.apache.commons.math.analysis.solvers.UnivariateRealSolverImpl.f as of 2.0 the function to solve is passed as an argument to theUnivariateRealSolver.solve(UnivariateRealFunction, double, double)
orUnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)
method.org.apache.commons.math.optimization.general.AbstractScalarDifferentiableOptimizer.checker org.apache.commons.math.optimization.general.AbstractScalarDifferentiableOptimizer.goal org.apache.commons.math.optimization.general.AbstractScalarDifferentiableOptimizer.point