comparison libinterp/dldfcn/symbfact.cc @ 17268:1c21f264d26f

doc: Rename @xcode macro to @tcode (transpose code) for clarity. * doc/interpreter/macros.texi: Rename macro @xcode to @tcode. * libinterp/corefcn/data.cc, libinterp/corefcn/lu.cc, libinterp/corefcn/schur.cc, libinterp/dldfcn/symbfact.cc, scripts/linear-algebra/krylov.m, scripts/sparse/etreeplot.m: Rename @xcode macro instances to @tcode.
author Rik <rik@octave.org>
date Sat, 17 Aug 2013 11:45:20 -0700
parents 49ebf4ad558b
children bc924baa2c4e
comparison
equal deleted inserted replaced
17267:27800ef1f7d2 17268:1c21f264d26f
61 \n\ 61 \n\
62 @item col\n\ 62 @item col\n\
63 Factorize @code{@var{S}' * @var{S}}.\n\ 63 Factorize @code{@var{S}' * @var{S}}.\n\
64 \n\ 64 \n\
65 @item row\n\ 65 @item row\n\
66 Factorize @xcode{@var{S} * @var{S}'}.\n\ 66 Factorize @tcode{@var{S} * @var{S}'}.\n\
67 \n\ 67 \n\
68 @item lo\n\ 68 @item lo\n\
69 Factorize @xcode{@var{S}'}\n\ 69 Factorize @tcode{@var{S}'}\n\
70 @end table\n\ 70 @end table\n\
71 \n\ 71 \n\
72 @item mode\n\ 72 @item mode\n\
73 The default is to return the Cholesky@tie{}factorization for @var{r}, and if\n\ 73 The default is to return the Cholesky@tie{}factorization for @var{r}, and if\n\
74 @var{mode} is 'L', the conjugate transpose of the Cholesky@tie{}factorization\n\ 74 @var{mode} is 'L', the conjugate transpose of the Cholesky@tie{}factorization\n\