Mercurial > hg > octave-lyh
diff src/DLD-FUNCTIONS/qz.cc @ 11593:1577c6f80926
Use non-breaking spaces between certain adjectives and their nouns in docstrings.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 20 Jan 2011 20:19:29 -0800 |
parents | 12df7854fa7c |
children | f96b9b9f141b |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/qz.cc +++ b/src/DLD-FUNCTIONS/qz.cc @@ -291,8 +291,8 @@ "-*- texinfo -*-\n\ @deftypefn {Loadable Function} {@var{lambda} =} qz (@var{A}, @var{B})\n\ @deftypefnx {Loadable Function} {@var{lambda} =} qz (@var{A}, @var{B}, @var{opt})\n\ -QZ decomposition of the generalized eigenvalue problem (@math{A x = s B x}).\n\ -There are three ways to call this function:\n\ +QZ@tie{}decomposition of the generalized eigenvalue problem\n\ +(@math{A x = s B x}). There are three ways to call this function:\n\ @enumerate\n\ @item @code{@var{lambda} = qz (@var{A}, @var{B})}\n\ \n\ @@ -307,7 +307,7 @@ \n\ @item @code{[AA, BB, Q, Z, V, W, @var{lambda}] = qz (@var{A}, @var{B})}\n\ \n\ -Computes QZ decomposition, generalized eigenvectors, and \n\ +Computes QZ@tie{}decomposition, generalized eigenvectors, and \n\ generalized eigenvalues of @math{(A - s B)}\n\ @tex\n\ $$ AV = BV{ \\rm diag }(\\lambda) $$\n\