diff libinterp/corefcn/schur.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 049e8bbff782
children 1c21f264d26f
line wrap: on
line diff
--- a/libinterp/corefcn/schur.cc	Sun Jul 07 17:55:38 2013 -0700
+++ b/libinterp/corefcn/schur.cc	Sun Jul 07 19:45:23 2013 -0700
@@ -123,7 +123,7 @@
 The Schur@tie{}decomposition is used to compute eigenvalues of a\n\
 square matrix, and has applications in the solution of algebraic\n\
 Riccati equations in control (see @code{are} and @code{dare}).\n\
-@seealso{rsf2csf}\n\
+@seealso{rsf2csf, lu, chol, hess, qr, qz, svd}\n\
 @end deftypefn")
 {
   octave_value_list retval;