Mercurial > hg > octave-nkf
diff scripts/linear-algebra/rref.m @ 12584:7ef7e20057fa stable
Improve documentation strings in Linear Algebra chapter.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 08 Apr 2011 12:44:40 -0700 |
parents | c792872f8942 |
children | c5c94b63931f |
line wrap: on
line diff
--- a/scripts/linear-algebra/rref.m +++ b/scripts/linear-algebra/rref.m @@ -17,9 +17,10 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} {[@var{r}, @var{k}] =} rref (@var{A}, @var{tol}) -## -## Returns the reduced row echelon form of @var{A}. @var{tol} defaults +## @deftypefn {Function File} {} rref (@var{A}) +## @deftypefnx {Function File} {} rref (@var{A}, @var{tol}) +## @deftypefnx {Function File} {[@var{r}, @var{k}] =} rref (@dots{}) +## Return the reduced row echelon form of @var{A}. @var{tol} defaults ## to @code{eps * max (size (@var{A})) * norm (@var{A}, inf)}. ## ## Called with two return arguments, @var{k} returns the vector of