| Package | Description |
|---|---|
| org.hipparchus.migration.ode.sampling |
This package provides migration classes from Apache Commons Math to Hipparchus.
|
| org.hipparchus.ode.sampling |
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FixedStepHandler
Deprecated.
as of 1.0, replaced with
ODEFixedStepHandler |
| Constructor and Description |
|---|
StepNormalizer(double h,
ODEFixedStepHandler handler)
Simple constructor.
|
StepNormalizer(double h,
ODEFixedStepHandler handler,
StepNormalizerBounds bounds)
Simple constructor.
|
StepNormalizer(double h,
ODEFixedStepHandler handler,
StepNormalizerMode mode)
Simple constructor.
|
StepNormalizer(double h,
ODEFixedStepHandler handler,
StepNormalizerMode mode,
StepNormalizerBounds bounds)
Simple constructor.
|
Copyright © 2016-2022 CS GROUP. All rights reserved.