comparison src/DLD-FUNCTIONS/amd.cc @ 10846:a4f482e66b65

Grammarcheck more of the documentation. Use @noindent macro appropriately. Limit line length to 80 characters.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Aug 2010 20:22:17 -0700
parents 89f4d7e294cc
children 14993c9e857e
comparison
equal deleted inserted replaced
10845:c0ffe159ba1a 10846:a4f482e66b65
75 @item opts.aggressive\n\ 75 @item opts.aggressive\n\
76 If this value is a non zero scalar, then @code{amd} performs aggressive\n\ 76 If this value is a non zero scalar, then @code{amd} performs aggressive\n\
77 absorption. The default is not to perform aggressive absorption.\n\ 77 absorption. The default is not to perform aggressive absorption.\n\
78 @end table\n\ 78 @end table\n\
79 \n\ 79 \n\
80 The author of the code itself is Timothy A. Davis @email{davis@@cise.ufl.edu},\n\ 80 The author of the code itself is Timothy A. Davis\n\
81 University of Florida (see @url{http://www.cise.ufl.edu/research/sparse/amd}).\n\ 81 @email{davis@@cise.ufl.edu}, University of Florida (see\n\
82 @url{http://www.cise.ufl.edu/research/sparse/amd}).\n\
82 @seealso{symamd, colamd}\n\ 83 @seealso{symamd, colamd}\n\
83 @end deftypefn") 84 @end deftypefn")
84 { 85 {
85 octave_value_list retval; 86 octave_value_list retval;
86 87