comparison libinterp/corefcn/qz.cc @ 16920:53eaa83e4181

doc: Add seealso links between various factorization forms. * libinterp/corefcn/hess.cc(Fhess), libinterp/corefcn/lu.cc(Flu, Fluupdate), libinterp/corefcn/qz.cc(Fqz), libinterp/corefcn/schur.cc(Fschur), libinterp/corefcn/svd.cc(Fsvd), libinterp/dldfcn/chol.cc(Fchol,Fcholupdate,Fcholinsert,Fcholdelete,Fcholshift), libinterp/dldfcn/qr.cc(Fqr, Fqrupdate, Fqrinsert, Fqrdelete, Fqrshift), scripts/linear-algebra/qzhess.m: Add seealso links between various factorization forms.
author Rik <rik@octave.org>
date Sun, 07 Jul 2013 19:45:23 -0700
parents a4969508008e
children e7a059a9a644
comparison
equal deleted inserted replaced
16919:908b4956cbfd 16920:53eaa83e4181
367 @end enumerate\n\ 367 @end enumerate\n\
368 \n\ 368 \n\
369 Note: @code{qz} performs permutation balancing, but not scaling\n\ 369 Note: @code{qz} performs permutation balancing, but not scaling\n\
370 (@pxref{docXbalance}). The order of output arguments was selected for\n\ 370 (@pxref{docXbalance}). The order of output arguments was selected for\n\
371 compatibility with @sc{matlab}.\n\ 371 compatibility with @sc{matlab}.\n\
372 @seealso{balance, eig, schur}\n\ 372 @seealso{eig, balance, lu, chol, hess, qr, qzhess, schur, svd}\n\
373 @end deftypefn") 373 @end deftypefn")
374 { 374 {
375 octave_value_list retval; 375 octave_value_list retval;
376 int nargin = args.length (); 376 int nargin = args.length ();
377 377