Mercurial > hg > octave-thorsten
changeset 15040:bc61fba0e9fd
doc: Periodic spellcheck of documentation.
* aspell-octave.en.pws: Add new words to custom Octave dictionary.
* cmunique.m: Use nospell macro to stop testing word fragment.
* eig.cc: Change "nonsymmetric" to "non-symmetric".
author | Rik <rik@octave.org> |
---|---|
date | Fri, 27 Jul 2012 16:31:18 -0700 |
parents | e753177cde93 |
children | 4328e28414aa 9aab13f6697d |
files | doc/interpreter/doccheck/aspell-octave.en.pws scripts/image/cmunique.m src/corefcn/eig.cc |
diffstat | 3 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/interpreter/doccheck/aspell-octave.en.pws +++ b/doc/interpreter/doccheck/aspell-octave.en.pws @@ -450,6 +450,7 @@ isreal issparse isvector +iter ith iy Jacobian @@ -611,6 +612,7 @@ nd ndgrid ne +Nelder neq Neudecker Neumann
--- a/scripts/image/cmunique.m +++ b/scripts/image/cmunique.m @@ -29,8 +29,8 @@ ## eliminated. The output image, @var{Y}, is the original input image with ## the indices adjusted to match the new, possibly smaller, colormap. ## -## When the input is an RGB image (an MxNx3 array), the output colormap -## will contain one entry for every unique color in the original image. +## When the input is an RGB image (an @nospell{MxNx3} array), the output +## colormap will contain one entry for every unique color in the original image. ## In the worst case the new map could have as many rows as the number of ## pixels in the original image. ##
--- a/src/corefcn/eig.cc +++ b/src/corefcn/eig.cc @@ -44,7 +44,7 @@ \n\ The algorithm used depends on whether there are one or two input\n\ matrices, if they are real or complex and if they are symmetric\n\ -(Hermitian if complex) or nonsymmetric.\n\ +(Hermitian if complex) or non-symmetric.\n\ \n\ The eigenvalues returned by @code{eig} are not ordered.\n\ @seealso{eigs, svd}\n\