comparison src/DLD-FUNCTIONS/daspk.cc @ 9064:7c02ec148a3c

Check grammar on all .cc files Same check as previously done on .m files Attempt to enforce some conformity in documentation text for rules such as two spaces after a period, commas around latin abbreviations, etc.
author Rik <rdrider0-list@yahoo.com>
date Sat, 28 Mar 2009 13:57:22 -0700
parents eb63fbe60fab
children 8970b4b10e9f
comparison
equal deleted inserted replaced
9063:a6cf0ad87eee 9064:7c02ec148a3c
229 $$\n\ 229 $$\n\
230 @end tex\n\ 230 @end tex\n\
231 @ifnottex\n\ 231 @ifnottex\n\
232 \n\ 232 \n\
233 @example\n\ 233 @example\n\
234 @group\n\
234 df df\n\ 235 df df\n\
235 jac = -- + c ------\n\ 236 jac = -- + c ------\n\
236 dx d xdot\n\ 237 dx d xdot\n\
238 @end group\n\
237 @end example\n\ 239 @end example\n\
238 @end ifnottex\n\ 240 @end ifnottex\n\
239 \n\ 241 \n\
240 The modified Jacobian function must have the form\n\ 242 The modified Jacobian function must have the form\n\
241 \n\ 243 \n\
242 @example\n\ 244 @example\n\
245 @group\n\
243 \n\ 246 \n\
244 @var{jac} = j (@var{x}, @var{xdot}, @var{t}, @var{c})\n\ 247 @var{jac} = j (@var{x}, @var{xdot}, @var{t}, @var{c})\n\
245 \n\ 248 \n\
249 @end group\n\
246 @end example\n\ 250 @end example\n\
247 \n\ 251 \n\
248 The second and third arguments to @code{daspk} specify the initial\n\ 252 The second and third arguments to @code{daspk} specify the initial\n\
249 condition of the states and their derivatives, and the fourth argument\n\ 253 condition of the states and their derivatives, and the fourth argument\n\
250 specifies a vector of output times at which the solution is desired,\n\ 254 specifies a vector of output times at which the solution is desired,\n\