Mercurial > hg > octave-lyh
diff scripts/general/accumarray.m @ 12214:0ce4a9cd6a7f
Add accumdim function to documentation.c
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sat, 29 Jan 2011 21:58:40 -0800 |
parents | b0084095098e |
children | cefd568ea073 8d5f0b41e6b0 |
line wrap: on
line diff
--- a/scripts/general/accumarray.m +++ b/scripts/general/accumarray.m @@ -62,6 +62,7 @@ ## Note that for general reduction function the interpreter overhead can play a ## major part and it may be more efficient to do multiple accumarray calls and ## compute the results in a vectorized manner. +## @seealso{accumdim} ## @end deftypefn function A = accumarray (subs, vals, sz = [], func = [], fillval = [], issparse = [])