changeset 26964:b57d596b909b

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Mon, 25 Mar 2019 10:56:14 +0000
parents b033cf021048 (current diff) 589b00536a39 (diff)
children be5c2a1bad93
files libinterp/corefcn/cellfun.cc
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/cellfun.cc	Sat Mar 23 14:20:27 2019 -0500
+++ b/libinterp/corefcn/cellfun.cc	Mon Mar 25 10:56:14 2019 +0000
@@ -2112,7 +2112,7 @@
 integers which specifies how to divide that dimension's elements amongst the
 new elements in the output @var{C}.  The number of elements in the @var{i}-th
 dimension is @code{size (@var{A}, @var{i})}.  Because all elements in @var{A}
-must be partitioned, there is a requirement that @code{sum (@var{di}) == size
+must be partitioned, there is a requirement that @code{sum (@var{dimi}) == size
 (@var{A}, i)}.  The size of the output cell @var{C} is numel (@var{dim1}) x
 numel (@var{dim2}) x @dots{} x numel (@var{dimn}).
 
--- a/scripts/polynomial/polyeig.m	Sat Mar 23 14:20:27 2019 -0500
+++ b/scripts/polynomial/polyeig.m	Mon Mar 25 10:56:14 2019 +0000
@@ -29,8 +29,8 @@
 ##
 ## @code{polyeig} solves the eigenvalue problem
 ##
-## @code{(@var{C0} + @var{C1} @var{z} + @dots{} + @var{Cl} z^@var{l}) @var{v} =
-## 0}.
+## @code{(@var{C0} + @var{C1} @var{z} + @dots{} + @var{Cl} @var{z}^@var{l})
+## @var{v} = 0}.
 ##
 ## Note that the eigenvalues @var{z} are the zeros of the matrix polynomial.
 ## @var{z} is a row vector with @code{@var{n}*@var{l}} elements.  @var{v} is a