comparison scripts/sparse/etreeplot.m @ 10793:be55736a0783

Grammarcheck the documentation from m-files.
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Jul 2010 20:35:16 -0700
parents f084ba47812b
children c776f063fefe
comparison
equal deleted inserted replaced
10792:91342260063e 10793:be55736a0783
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} etreeplot (@var{tree}) 20 ## @deftypefn {Function File} {} etreeplot (@var{tree})
21 ## @deftypefnx {Function File} {} etreeplot (@var{tree}, @var{node_style}, @var{edge_style}) 21 ## @deftypefnx {Function File} {} etreeplot (@var{tree}, @var{node_style}, @var{edge_style})
22 ## Plot the elimination tree of the matrix @var{s} or 22 ## Plot the elimination tree of the matrix @var{s} or
23 ## @code{@var{s}+@var{s}'} if @var{s} in non-symmetric. The optional 23 ## @code{@var{s}+@var{s}'} if @var{s} in non-symmetric. The optional
24 ## parameters @var{line_style} and @var{edge_style} define the output 24 ## parameters @var{line_style} and @var{edge_style} define the output
25 ## style. 25 ## style.