public class NumericalIntegrationInformation extends Object
| Constructor and Description | 
|---|
NumericalIntegrationInformation(StepSizeInformation info,
                               double stepSize)
Create an instance based on the given information. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepSizeInformation | 
getStepSizeInformation()
Gets information about the behavior of the step size 
    during the integration step including whether it was altered or not. 
 | 
double | 
getStepSizeTaken()
Gets the size of the step which was taken to produce the current state. 
 | 
public NumericalIntegrationInformation(@Nonnull StepSizeInformation info, double stepSize)
info - Information on the behavior of the step size during integration.stepSize - The size of the given integration step.@Nonnull public final StepSizeInformation getStepSizeInformation()
public final double getStepSizeTaken()