Interface and Description |
---|
org.hipparchus.migration.ode.events.EventHandler
as of 1.0, replaced with
ODEEventHandler |
org.hipparchus.migration.ode.FirstOrderDifferentialEquations
as of 1.0, replaced with
OrdinaryDifferentialEquation |
org.hipparchus.migration.ode.sampling.FixedStepHandler
as of 1.0, replaced with
ODEFixedStepHandler |
org.hipparchus.migration.ode.MainStateJacobianProvider
as of 1.0, replaced with
ODEJacobiansProvider |
org.hipparchus.migration.ode.ParameterJacobianProvider
as of 1.0, replaced with
NamedParameterJacobianProvider |
org.hipparchus.migration.ode.SecondaryEquations
as of 1.0, replaced with
SecondaryODE |
org.hipparchus.migration.ode.SecondOrderDifferentialEquations
as of 1.0, replaced with
SecondOrderODE |
org.hipparchus.migration.ode.sampling.StepHandler
as of 1.0, replaced with
ODEStepHandler |
org.hipparchus.migration.ode.sampling.StepInterpolator
as of 1.0, replaced with
ODEStateInterpolator |
Class and Description |
---|
org.hipparchus.migration.ode.ContinuousOutputModel
as of 1.0, replaced with
DenseOutputModel |
org.hipparchus.migration.ode.sampling.DummyStepHandler
as of 1.0, this class is not used anymore
|
org.hipparchus.migration.ode.JacobianMatrices
as of 1.0, replaced with
VariationalEquation |
Enum and Description |
---|
org.hipparchus.migration.ode.events.EventHandler.Action
as of 1.0, replaced with
Action |
org.hipparchus.migration.exception.util.LocalizedFormats
this class is only meant as a migration help from Apache Commons Math,
it is really replaced by
LocalizedCoreFormats , LocalizedGeneticsFormats ,
LocalizedGeometryFormats , LocalizedODEFormats ,
LocalizedOptimFormats and LocalizedFFTFormats |
org.hipparchus.migration.LocalizedMigrationFormats
these formats are not used at all, they are intended only
as a migration help from Apache Commons Math
|
Constructor and Description |
---|
org.hipparchus.geometry.euclidean.threed.FieldRotation(FieldVector3D<T>, T)
as of 3.6, replaced with
FieldRotation.FieldRotation(FieldVector3D, RealFieldElement, RotationConvention) |
org.hipparchus.geometry.euclidean.threed.FieldRotation(RotationOrder, T, T, T) |
org.hipparchus.geometry.euclidean.threed.Rotation(RotationOrder, double, double, double)
as of 3.6, replaced with
Rotation.Rotation(RotationOrder, RotationConvention, double, double, double) |
org.hipparchus.geometry.euclidean.threed.Rotation(Vector3D, double)
as of 3.6, replaced with
Rotation.Rotation(Vector3D, double, RotationConvention) |
Copyright © 2016 Hipparchus.org. All rights reserved.