comparison scripts/special-matrix/toeplitz.m @ 20852:516bb87ea72e

2015 Code Sprint: remove class of function from docstring for all m-files.
author Rik <rik@octave.org>
date Sat, 12 Dec 2015 07:31:00 -0800
parents 2645f9ef8c88
children bac0d6f07a3e
comparison
equal deleted inserted replaced
20851:0828bf20d105 20852:516bb87ea72e
16 ## You should have received a copy of the GNU General Public License 16 ## You should have received a copy of the GNU General Public License
17 ## along with Octave; see the file COPYING. If not, see 17 ## along with Octave; see the file COPYING. If not, see
18 ## <http://www.gnu.org/licenses/>. 18 ## <http://www.gnu.org/licenses/>.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} toeplitz (@var{c}) 21 ## @deftypefn {} {} toeplitz (@var{c})
22 ## @deftypefnx {Function File} {} toeplitz (@var{c}, @var{r}) 22 ## @deftypefnx {} {} toeplitz (@var{c}, @var{r})
23 ## Return the Toeplitz matrix constructed from the first column @var{c}, 23 ## Return the Toeplitz matrix constructed from the first column @var{c},
24 ## and (optionally) the first row @var{r}. 24 ## and (optionally) the first row @var{r}.
25 ## 25 ##
26 ## If the first element of @var{r} is not the same as the first element of 26 ## If the first element of @var{r} is not the same as the first element of
27 ## @var{c}, the first element of @var{c} is used. If the second argument is 27 ## @var{c}, the first element of @var{c} is used. If the second argument is