comparison scripts/linear-algebra/qzhess.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 0850b5212619 446c46af4b42
children 4197fc428c7d
comparison
equal deleted inserted replaced
19626:37d37297acf8 19630:0e1f5a750d00
37 ## The Hessenberg-triangular decomposition is the first step in 37 ## The Hessenberg-triangular decomposition is the first step in
38 ## @nospell{Moler and Stewart's} QZ@tie{}decomposition algorithm. 38 ## @nospell{Moler and Stewart's} QZ@tie{}decomposition algorithm.
39 ## 39 ##
40 ## Algorithm taken from @nospell{Golub and Van Loan}, 40 ## Algorithm taken from @nospell{Golub and Van Loan},
41 ## @cite{Matrix Computations, 2nd edition}. 41 ## @cite{Matrix Computations, 2nd edition}.
42 ## 42 ##
43 ## @seealso{lu, chol, hess, qr, qz, schur, svd} 43 ## @seealso{lu, chol, hess, qr, qz, schur, svd}
44 ## @end deftypefn 44 ## @end deftypefn
45 45
46 ## Author: A. S. Hodel <scotte@eng.auburn.edu> 46 ## Author: A. S. Hodel <scotte@eng.auburn.edu>
47 ## Created: August 1993 47 ## Created: August 1993