comparison liboctave/LSODE-opts.in @ 7081:503001863427

[project @ 2007-10-31 01:08:14 by jwe]
author jwe
date Wed, 31 Oct 2007 01:09:28 +0000
parents a1dbe9d80eee
children 8970b4b10e9f
comparison
equal deleted inserted replaced
7080:7e465260a48f 7081:503001863427
52 parameter may only be a scalar. 52 parameter may only be a scalar.
53 53
54 The local error test applied at each integration step is 54 The local error test applied at each integration step is
55 55
56 @example 56 @example
57 abs (local error in x(i)) <= rtol * abs (y(i)) + atol(i) 57 abs (local error in x(i)) <= ...
58 rtol * abs (y(i)) + atol(i)
58 @end example 59 @end example
59 END_DOC_ITEM 60 END_DOC_ITEM
60 TYPE = "double" 61 TYPE = "double"
61 INIT_VALUE = "::sqrt (DBL_EPSILON)" 62 INIT_VALUE = "::sqrt (DBL_EPSILON)"
62 SET_EXPR = "(val > 0.0) ? val : ::sqrt (DBL_EPSILON)" 63 SET_EXPR = "(val > 0.0) ? val : ::sqrt (DBL_EPSILON)"