diff 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
line wrap: on
line diff
--- a/libinterp/corefcn/qz.cc	Sun Jul 07 17:55:38 2013 -0700
+++ b/libinterp/corefcn/qz.cc	Sun Jul 07 19:45:23 2013 -0700
@@ -369,7 +369,7 @@
 Note: @code{qz} performs permutation balancing, but not scaling\n\
 (@pxref{docXbalance}).  The order of output arguments was selected for\n\
 compatibility with @sc{matlab}.\n\
-@seealso{balance, eig, schur}\n\
+@seealso{eig, balance, lu, chol, hess, qr, qzhess, schur, svd}\n\
 @end deftypefn")
 {
   octave_value_list retval;