changeset 20838:8f123945970e

maint: Periodic merge of stable to default.
author Rik <rik@octave.org>
date Thu, 10 Dec 2015 12:50:06 -0800
parents c54ae1fb7e3b (current diff) c132fbc748da (diff)
children e429ddca0d51
files libinterp/corefcn/hess.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/hess.cc	Thu Dec 10 12:49:30 2015 -0800
+++ b/libinterp/corefcn/hess.cc	Thu Dec 10 12:50:06 2015 -0800
@@ -48,13 +48,13 @@
 A = PHP^T\n\
 $$\n\
 where $P$ is a square unitary matrix ($P^TP = I$), and $H$\n\
-is upper Hessenberg ($H_{i,j} = 0, \\forall i \\ge j+1$).\n\
+is upper Hessenberg ($H_{i,j} = 0, \\forall i > j+1$).\n\
 @end tex\n\
 @ifnottex\n\
 @code{@var{P} * @var{H} * @var{P}' = @var{A}} where @var{P} is a square\n\
 unitary matrix (@code{@var{P}' * @var{P} = I}, using complex-conjugate\n\
 transposition) and @var{H} is upper Hessenberg\n\
-(@code{@var{H}(i, j) = 0 forall i >= j+1)}.\n\
+(@code{@var{H}(i, j) = 0 forall i > j+1)}.\n\
 @end ifnottex\n\
 \n\
 The Hessenberg decomposition is usually used as the first step in an\n\