Mercurial > hg > octave-lyh
diff libinterp/corefcn/svd.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 | fde9297ae074 |
children | bc924baa2c4e |
line wrap: on
line diff
--- a/libinterp/corefcn/svd.cc +++ b/libinterp/corefcn/svd.cc @@ -121,7 +121,7 @@ If given a second argument, @code{svd} returns an economy-sized\n\ decomposition, eliminating the unnecessary rows or columns of @var{U} or\n\ @var{V}.\n\ -@seealso{svd_driver, svds, eig}\n\ +@seealso{svd_driver, svds, eig, lu, chol, hess, qr, qz}\n\ @end deftypefn") { octave_value_list retval;