类 StepInterpolatorTestUtils
java.lang.Object
org.hipparchus.ode.sampling.StepInterpolatorTestUtils
-
构造器概要
-
方法概要
修饰符和类型方法说明static <T extends CalculusFieldElement<T>>
voidcheckDerivativesConsistency
(FieldODEIntegrator<T> integrator, TestFieldProblemAbstract<T> problem, double threshold) static void
checkDerivativesConsistency
(ODEIntegrator integrator, TestProblemAbstract problem, double finiteDifferencesRatio, double threshold)
-
构造器详细资料
-
StepInterpolatorTestUtils
public StepInterpolatorTestUtils()
-
-
方法详细资料
-
checkDerivativesConsistency
public static void checkDerivativesConsistency(ODEIntegrator integrator, TestProblemAbstract problem, double finiteDifferencesRatio, double threshold) throws MathIllegalArgumentException, MathIllegalStateException -
checkDerivativesConsistency
public static <T extends CalculusFieldElement<T>> void checkDerivativesConsistency(FieldODEIntegrator<T> integrator, TestFieldProblemAbstract<T> problem, double threshold)
-