Mercurial > hg > octave-lyh
diff scripts/general/triu.m @ 3369:f37ca3017116
[project @ 1999-11-21 16:26:02 by jwe]
author | jwe |
---|---|
date | Sun, 21 Nov 1999 16:26:08 +0000 |
parents | 8b262e771614 |
children | 434790acb067 |
line wrap: on
line diff
--- a/scripts/general/triu.m +++ b/scripts/general/triu.m @@ -17,12 +17,7 @@ ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -## usage: triu (x, k) -## -## Return the upper triangular part of x above the k-th diagonal. If -## the second argument is omitted, k = 0 is assumed. -## -## See also: tril, diag +## See tril. ## Author: jwe