-
Interfaces Interface Description org.hipparchus.migration.ode.events.EventHandler as of 1.0, replaced withODEEventHandler
org.hipparchus.migration.ode.FirstOrderDifferentialEquations as of 1.0, replaced withOrdinaryDifferentialEquation
org.hipparchus.migration.ode.MainStateJacobianProvider as of 1.0, replaced withODEJacobiansProvider
org.hipparchus.migration.ode.ParameterJacobianProvider as of 1.0, replaced withNamedParameterJacobianProvider
org.hipparchus.migration.ode.sampling.FixedStepHandler as of 1.0, replaced withODEFixedStepHandler
org.hipparchus.migration.ode.sampling.StepHandler as of 1.0, replaced withODEStepHandler
org.hipparchus.migration.ode.sampling.StepInterpolator as of 1.0, replaced withODEStateInterpolator
org.hipparchus.migration.ode.SecondaryEquations as of 1.0, replaced withSecondaryODE
org.hipparchus.migration.ode.SecondOrderDifferentialEquations as of 1.0, replaced withSecondOrderODE
-
Classes Class Description org.hipparchus.migration.ode.ContinuousOutputModel as of 1.0, replaced withDenseOutputModel
org.hipparchus.migration.ode.JacobianMatrices as of 1.0, replaced withVariationalEquation
org.hipparchus.migration.ode.sampling.DummyStepHandler as of 1.0, this class is not used anymore
-
Enums Enum Description org.hipparchus.migration.exception.util.LocalizedFormats this class is only meant as a migration help from Apache Commons Math, it is really replaced byLocalizedCoreFormats
,LocalizedGeometryFormats
,LocalizedODEFormats
,LocalizedOptimFormats
andLocalizedFFTFormats
org.hipparchus.migration.LocalizedMigrationFormats these formats are not used at all, they are intended only as a migration help from Apache Commons Mathorg.hipparchus.migration.ode.events.EventHandler.Action as of 1.0, replaced withAction
org.hipparchus.optim.nonlinear.vector.leastsquares.GaussNewtonOptimizer.Decomposition UseMatrixDecomposer
instead.
-
Constructors Constructor Description org.hipparchus.analysis.differentiation.DerivativeStructure(int, int) as of 1.1, replaced byDSFactory.build()
org.hipparchus.geometry.euclidean.threed.FieldRotation(FieldVector3D<T>, T) as of 3.6, replaced withFieldRotation(FieldVector3D, RealFieldElement, RotationConvention)
org.hipparchus.geometry.euclidean.threed.Rotation(Vector3D, double) as of 3.6, replaced withRotation(Vector3D, double, RotationConvention)
org.hipparchus.optim.nonlinear.vector.leastsquares.GaussNewtonOptimizer(GaussNewtonOptimizer.Decomposition) UseGaussNewtonOptimizer(MatrixDecomposer, boolean)
instead. The new constructor provides control of the numerical tolerances in the decomposition.