powered by
Creates a circulant matrix in spam format.
spam
circulant.spam(x, n = NULL, eps = getOption("spam.eps"))
The circulant matrix in spam format.
the first row to form the circulant matrix or a list containing the indices and the nonzero values.
if x is a list, the dimension of the matrix.
x
A tolerance parameter: elements of x such that abs(x) <= eps set to zero. Defaults to eps = getOption("spam.eps")
abs(x) <= eps
eps = getOption("spam.eps")
Reinhard Furrer
circulant from package magic, toeplitz.spam
circulant
toeplitz.spam
circulant.spam(c(1,.25,0,0,0))
Run the code above in your browser using DataLab