Forms a symmetric Toeplitz matrix given its first row.
toeplitz(x)
x
the first row to form the Toeplitz matrix.
The Toeplitz matrix.
A. Trapletti
x <- 1:5 toeplitz (x)