Mercurial > hg > octave-lyh
diff scripts/linear-algebra/cond.m @ 9307:c2923c27c877
Various documentation improvements
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sat, 06 Jun 2009 18:30:52 -0700 |
parents | 1bf0ce0930be |
children | 38eae0c3a003 |
line wrap: on
line diff
--- a/scripts/linear-algebra/cond.m +++ b/scripts/linear-algebra/cond.m @@ -24,7 +24,7 @@ ## By default @code{@var{p}=2} is used which implies a (relatively slow) ## singular value decomposition. Other possible selections are ## @code{@var{p}= 1, Inf, inf, 'Inf', 'fro'} which are generally faster. -## @seealso{norm, inv, det, svd, rank} +## @seealso{condest, rcond, norm, svd} ## @end deftypefn ## Author: jwe