Mercurial > hg > octave-lyh
diff src/DLD-FUNCTIONS/svd.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 | 09da0bd91412 |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/svd.cc +++ b/src/DLD-FUNCTIONS/svd.cc @@ -77,11 +77,13 @@ returns\n\ \n\ @example\n\ +@group\n\ ans =\n\ \n\ 1.4083189\n\ 0.1223271\n\ 0.0026873\n\ +@end group\n\ @end example\n\ \n\ @noindent\n\ @@ -95,6 +97,7 @@ returns\n\ \n\ @example\n\ +@group\n\ u =\n\ \n\ -0.82704 0.54745 0.12766\n\ @@ -112,6 +115,7 @@ -0.82704 0.54745 0.12766\n\ -0.45986 -0.52829 -0.71375\n\ -0.32330 -0.64901 0.68867\n\ +@end group\n\ @end example\n\ \n\ If given a second argument, @code{svd} returns an economy-sized\n\