diff src/DLD-FUNCTIONS/dmperm.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 40dfc0c99116
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/dmperm.cc	Mon Mar 30 19:48:56 2009 -0400
+++ b/src/DLD-FUNCTIONS/dmperm.cc	Sat Mar 28 13:57:22 2009 -0700
@@ -144,8 +144,8 @@
 \n\
 Called with two or more output arguments, returns the row and column\n\
 permutations, such that @code{@var{s} (@var{p}, @var{q})} is in block\n\
-triangular form. The values of @var{r} and @var{s} define the boundaries\n\
-of the blocks. If @var{s} is square then @code{@var{r} == @var{s}}.\n\
+triangular form.  The values of @var{r} and @var{s} define the boundaries\n\
+of the blocks.  If @var{s} is square then @code{@var{r} == @var{s}}.\n\
 \n\
 The method used is described in: A. Pothen & C.-J. Fan. Computing the block\n\
 triangular form of a sparse matrix. ACM Trans. Math. Software,\n\
@@ -193,11 +193,11 @@
 @deftypefn {Loadable Function} {@var{p} =} sprank (@var{s})\n\
 \n\
 @cindex Structural Rank\n\
-Calculates the structural rank of a sparse matrix @var{s}. Note that\n\
+Calculates the structural rank of a sparse matrix @var{s}.  Note that\n\
 only the structure of the matrix is used in this calculation based on\n\
-a Dulmage-Mendelsohn permutation to block triangular form. As such the numerical\n\
+a Dulmage-Mendelsohn permutation to block triangular form.  As such the numerical\n\
 rank of the matrix @var{s} is bounded by @code{sprank (@var{s}) >=\n\
-rank (@var{s})}. Ignoring floating point errors @code{sprank (@var{s}) ==\n\
+rank (@var{s})}.  Ignoring floating point errors @code{sprank (@var{s}) ==\n\
 rank (@var{s})}.\n\
 @seealso{dmperm}\n\
 @end deftypefn")