Mercurial > hg > octave-nkf
comparison src/DLD-FUNCTIONS/daspk.cc @ 10840:89f4d7e294cc
Grammarcheck .cc files
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sat, 31 Jul 2010 11:18:11 -0700 |
parents | d0ce5e973937 |
children | a4f482e66b65 |
comparison
equal
deleted
inserted
replaced
10839:65bc065bec95 | 10840:89f4d7e294cc |
---|---|
230 df df\n\ | 230 df df\n\ |
231 jac = -- + c ------\n\ | 231 jac = -- + c ------\n\ |
232 dx d xdot\n\ | 232 dx d xdot\n\ |
233 @end group\n\ | 233 @end group\n\ |
234 @end example\n\ | 234 @end example\n\ |
235 \n\ | |
235 @end ifnottex\n\ | 236 @end ifnottex\n\ |
236 \n\ | 237 \n\ |
237 The modified Jacobian function must have the form\n\ | 238 The modified Jacobian function must have the form\n\ |
238 \n\ | 239 \n\ |
239 @example\n\ | 240 @example\n\ |
258 times that the DAE solver should not integrate past. It is useful for\n\ | 259 times that the DAE solver should not integrate past. It is useful for\n\ |
259 avoiding difficulties with singularities and points where there is a\n\ | 260 avoiding difficulties with singularities and points where there is a\n\ |
260 discontinuity in the derivative.\n\ | 261 discontinuity in the derivative.\n\ |
261 \n\ | 262 \n\ |
262 After a successful computation, the value of @var{istate} will be\n\ | 263 After a successful computation, the value of @var{istate} will be\n\ |
263 greater than zero (consistent with the Fortran version of @sc{Daspk}).\n\ | 264 greater than zero (consistent with the Fortran version of @sc{daspk}).\n\ |
264 \n\ | 265 \n\ |
265 If the computation is not successful, the value of @var{istate} will be\n\ | 266 If the computation is not successful, the value of @var{istate} will be\n\ |
266 less than zero and @var{msg} will contain additional information.\n\ | 267 less than zero and @var{msg} will contain additional information.\n\ |
267 \n\ | 268 \n\ |
268 You can use the function @code{daspk_options} to set optional\n\ | 269 You can use the function @code{daspk_options} to set optional\n\ |