typos
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@919178 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
11a792efbe
commit
1bb6d2ad6b
|
@ -32,12 +32,12 @@ public class FirstOrderIntegratorWithJacobiansTest {
|
||||||
public void testLowAccuracyExternalDifferentiation()
|
public void testLowAccuracyExternalDifferentiation()
|
||||||
throws IntegratorException, DerivativeException {
|
throws IntegratorException, DerivativeException {
|
||||||
// this test does not really test FirstOrderIntegratorWithJacobians,
|
// this test does not really test FirstOrderIntegratorWithJacobians,
|
||||||
// it only shows the WITHOUT this class, attempting to recover
|
// it only shows that WITHOUT this class, attempting to recover
|
||||||
// the jacobians from external differentiation on simple integration
|
// the jacobians from external differentiation on simple integration
|
||||||
// results with loo accuracy gives very poor results. In fact,
|
// results with loo accuracy gives very poor results. In fact,
|
||||||
// the curves dy/dp = g(b) when b varies from 2.88 to 3.08 are
|
// the curves dy/dp = g(b) when b varies from 2.88 to 3.08 are
|
||||||
// essentially noise.
|
// essentially noise.
|
||||||
// This test is taken from Heirer, Norsett and Wanner book
|
// This test is taken from Hairer, Norsett and Wanner book
|
||||||
// Solving Ordinary Differential Equations I (Nonstiff problems),
|
// Solving Ordinary Differential Equations I (Nonstiff problems),
|
||||||
// the curves dy/dp = g(b) are in figure 6.5
|
// the curves dy/dp = g(b) are in figure 6.5
|
||||||
FirstOrderIntegrator integ =
|
FirstOrderIntegrator integ =
|
||||||
|
|
Loading…
Reference in New Issue