comparison src/DLD-FUNCTIONS/colamd.cc @ 14361:8de863b7126b

doc: Use Octave preference for double quote in docstrings in all .cc files * cellfun.cc, chol.cc, colamd.cc, dlmread.cc, eigs.cc, fftw.cc, lu.cc, luinc.cc, matrix_type.cc, spparms.cc, symrcm.cc, data.cc, dirfns.cc, error.cc: Use Octave preference for double quote in docstrings.
author Rik <octave@nomad.inbox5.com>
date Mon, 13 Feb 2012 07:45:41 -0800
parents 72c96de7a403
children 5ae9f0f77635
comparison
equal deleted inserted replaced
14360:97883071e8e4 14361:8de863b7126b
649 \n\ 649 \n\
650 Return the elimination tree for the matrix @var{S}. By default @var{S}\n\ 650 Return the elimination tree for the matrix @var{S}. By default @var{S}\n\
651 is assumed to be symmetric and the symmetric elimination tree is\n\ 651 is assumed to be symmetric and the symmetric elimination tree is\n\
652 returned. The argument @var{typ} controls whether a symmetric or\n\ 652 returned. The argument @var{typ} controls whether a symmetric or\n\
653 column elimination tree is returned. Valid values of @var{typ} are\n\ 653 column elimination tree is returned. Valid values of @var{typ} are\n\
654 'sym' or 'col', for symmetric or column elimination tree respectively\n\ 654 \"sym\" or \"col\", for symmetric or column elimination tree respectively\n\
655 \n\ 655 \n\
656 Called with a second argument, @code{etree} also returns the postorder\n\ 656 Called with a second argument, @code{etree} also returns the postorder\n\
657 permutations on the tree.\n\ 657 permutations on the tree.\n\
658 @end deftypefn") 658 @end deftypefn")
659 { 659 {