Mercurial > hg > octave-nkf
diff src/DLD-FUNCTIONS/daspk.cc @ 8787:5b23faa8113c
Documentation fixes.
author | Olaf Till <olaf.till@uni-jena.de> |
---|---|
date | Wed, 18 Feb 2009 00:30:29 -0500 |
parents | 81d6ab3ac93c |
children | eb63fbe60fab |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/daspk.cc +++ b/src/DLD-FUNCTIONS/daspk.cc @@ -206,10 +206,9 @@ row of the output @var{x} is @var{x_0} and the first row\n\ of the output @var{xdot} is @var{xdot_0}.\n\ \n\ -The first argument, @var{fcn}, is a string or a two element cell array\n\ -of strings, inline or function handle, that names the function, to call\n\ -to compute the vector of residuals for the set of equations. It must\n\ -have the form\n\ +The first argument, @var{fcn}, is a string, inline, or function handle\n\ +that names the function @math{f} to call to compute the vector of\n\ +residuals for the set of equations. It must have the form\n\ \n\ @example\n\ @var{res} = f (@var{x}, @var{xdot}, @var{t})\n\ @@ -219,9 +218,10 @@ in which @var{x}, @var{xdot}, and @var{res} are vectors, and @var{t} is a\n\ scalar.\n\ \n\ -If @var{fcn} is a two-element string array, the first element names\n\ -the function @math{f} described above, and the second element names\n\ -a function to compute the modified Jacobian\n\ +If @var{fcn} is a two-element string array or a two-element cell array\n\ +of strings, inlines, or function handles, the first element names\n\ +the function @math{f} described above, and the second element names a\n\ +function to compute the modified Jacobian\n\ @tex\n\ $$\n\ J = {\\partial f \\over \\partial x}\n\