Mercurial > hg > octave-lyh
diff scripts/sparse/spalloc.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | 4c8a2e4e0717 |
children | 8b0cfeb06365 |
line wrap: on
line diff
--- a/scripts/sparse/spalloc.m +++ b/scripts/sparse/spalloc.m @@ -36,8 +36,8 @@ ## ## will reallocate memory at each step. It is therefore vitally important ## that code like this is vectorized as much as possible. +## @seealso{sparse, nzmax} ## @end deftypefn -## @seealso{sparse, nzmax} function s = spalloc (r, c, nz) s = sparse (r, c);