Mercurial > hg > octave-lyh
comparison src/DLD-FUNCTIONS/bsxfun.cc @ 8715:954b6f69f51d
doc fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 10 Feb 2009 16:02:36 -0500 |
parents | 82be108cc558 |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
8714:1f0c3b2961d7 | 8715:954b6f69f51d |
---|---|
125 i = i / dv (j); | 125 i = i / dv (j); |
126 } | 126 } |
127 } | 127 } |
128 | 128 |
129 DEFUN_DLD (bsxfun, args, , | 129 DEFUN_DLD (bsxfun, args, , |
130 " -*- texinfo -*-\n\ | 130 "-*- texinfo -*-\n\ |
131 @deftypefn {Loadable Function} {} bsxfun (@var{f}, @var{a}, @var{b})\n\ | 131 @deftypefn {Loadable Function} {} bsxfun (@var{f}, @var{a}, @var{b})\n\ |
132 Applies a binary function @var{f} element-wise to two matrix arguments\n\ | 132 Applies a binary function @var{f} element-wise to two matrix arguments\n\ |
133 @var{a} and @var{b}. The function @var{f} must be capable of accepting\n\ | 133 @var{a} and @var{b}. The function @var{f} must be capable of accepting\n\ |
134 two column vector arguments of equal length, or one column vector\n\ | 134 two column vector arguments of equal length, or one column vector\n\ |
135 argument and a scalar.\n\ | 135 argument and a scalar.\n\ |