Mercurial > hg > octave-lyh
comparison src/DLD-FUNCTIONS/amd.cc @ 9066:be150a172010
Cleanup documentation for diagperm.texi, sparse.texi
Grammarcheck input .txi files
Spellcheck .texi files
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sat, 28 Mar 2009 21:29:08 -0700 |
parents | 7c02ec148a3c |
children | 16f53d29049f |
comparison
equal
deleted
inserted
replaced
9065:8207b833557f | 9066:be150a172010 |
---|---|
65 behavior of @code{amd}. The fields of these structure are\n\ | 65 behavior of @code{amd}. The fields of these structure are\n\ |
66 \n\ | 66 \n\ |
67 @table @asis\n\ | 67 @table @asis\n\ |
68 @item opts.dense\n\ | 68 @item opts.dense\n\ |
69 Determines what @code{amd} considers to be a dense row or column of the\n\ | 69 Determines what @code{amd} considers to be a dense row or column of the\n\ |
70 input matrix. Rows or columns with more that @code{max(16, (dense *\n\ | 70 input matrix. Rows or columns with more than @code{max(16, (dense *\n\ |
71 sqrt (@var{n})} entries, where @var{n} is the order of the matrix @var{s},\n\ | 71 sqrt (@var{n})} entries, where @var{n} is the order of the matrix @var{s},\n\ |
72 are igorned by @code{amd} during the calculation of the permutation\n\ | 72 are ignored by @code{amd} during the calculation of the permutation\n\ |
73 The value of dense must be a positive scalar and its default value is 10.0\n\ | 73 The value of dense must be a positive scalar and its default value is 10.0\n\ |
74 \n\ | 74 \n\ |
75 @item opts.aggressive\n\ | 75 @item opts.aggressive\n\ |
76 If this value is a non zero scalar, then @code{amd} performs agressive\n\ | 76 If this value is a non zero scalar, then @code{amd} performs aggressive\n\ |
77 absorption. The default is not to perform agressive 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 (davis@@cise.ufl.edu),\n\ | 80 The author of the code itself is Timothy A. Davis (davis@@cise.ufl.edu),\n\ |
81 University of Florida (see @url{http://www.cise.ufl.edu/research/sparse/amd}).\n\ | 81 University of Florida (see @url{http://www.cise.ufl.edu/research/sparse/amd}).\n\ |
82 @seealso{symamd, colamd}\n\ | 82 @seealso{symamd, colamd}\n\ |