The R Project SVN R

Rev

Rev 59039 | Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 60614
Line 1... Line 1...
1
% File src/library/stats/man/toeplitz.Rd
1
% File src/library/stats/man/toeplitz.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2012 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{toeplitz}
6
\name{toeplitz}
7
\title{Form Symmetric Toeplitz Matrix}
7
\title{Form Symmetric Toeplitz Matrix}
8
\usage{
8
\usage{
9
toeplitz(x)
9
toeplitz(x, \dots)
10
}
10
}
11
\alias{toeplitz}
11
\alias{toeplitz}
12
\arguments{
12
\arguments{
13
  \item{x}{the first row to form the Toeplitz matrix.}
13
  \item{x}{the first row to form the Toeplitz matrix.}
-
 
14
  \item{\dots}{potential further arguments (for methods); none here.}
14
}
15
}
15
\description{
16
\description{
16
  Forms a symmetric Toeplitz matrix given its first row.
17
  Forms a symmetric Toeplitz matrix given its first row.
17
}
18
}
18
\value{
19
\value{