comparison liboctave/DASRT-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
53 must match the dimension of the state vector, and the absolute 53 must match the dimension of the state vector, and the absolute
54 tolerance must also be a vector of the same length. 54 tolerance must also be a vector of the same length.
55 55
56 The local error test applied at each integration step is 56 The local error test applied at each integration step is
57 @example 57 @example
58 abs (local error in x(i)) <= rtol(i) * abs (Y(i)) + atol(i) 58 abs (local error in x(i)) <= ...
59 rtol(i) * abs (Y(i)) + atol(i)
59 @end example 60 @end example
60 END_DOC_ITEM 61 END_DOC_ITEM
61 TYPE = "Array<double>" 62 TYPE = "Array<double>"
62 SET_ARG_TYPE = "const $TYPE&" 63 SET_ARG_TYPE = "const $TYPE&"
63 INIT_BODY 64 INIT_BODY