-
Interfaces Interface Description org.hipparchus.migration.ode.events.EventHandler as of 1.0, replaced withODEEventHandlerorg.hipparchus.migration.ode.FirstOrderDifferentialEquations as of 1.0, replaced withOrdinaryDifferentialEquationorg.hipparchus.migration.ode.MainStateJacobianProvider as of 1.0, replaced withODEJacobiansProviderorg.hipparchus.migration.ode.ParameterJacobianProvider as of 1.0, replaced withNamedParameterJacobianProviderorg.hipparchus.migration.ode.sampling.FixedStepHandler as of 1.0, replaced withODEFixedStepHandlerorg.hipparchus.migration.ode.sampling.StepHandler as of 1.0, replaced withODEStepHandlerorg.hipparchus.migration.ode.sampling.StepInterpolator as of 1.0, replaced withODEStateInterpolatororg.hipparchus.migration.ode.SecondaryEquations as of 1.0, replaced withSecondaryODEorg.hipparchus.migration.ode.SecondOrderDifferentialEquations as of 1.0, replaced withSecondOrderODE
-
Classes Class Description org.hipparchus.migration.ode.ContinuousOutputModel as of 1.0, replaced withDenseOutputModelorg.hipparchus.migration.ode.JacobianMatrices as of 1.0, replaced withVariationalEquationorg.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,LocalizedOptimFormatsandLocalizedFFTFormatsorg.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 withActionorg.hipparchus.optim.nonlinear.vector.leastsquares.GaussNewtonOptimizer.Decomposition UseMatrixDecomposerinstead.
-
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.