logical, if 'TRUE' the multiplication is performed
with the transposed matrix.
v
vector to multiply with.
Details
Fast Fourier Transforms provides a very efficient matrix-vector
multiplication routine for Toeplitz matrices. See the paper in
'References' for the details of the algorithm.
References
Korobeynikov, A. (2010) Computation- and space-efficient implementation of
SSA. Statistics and Its Interface, Vol. 3, No. 3, Pp. 257-268
# Construct the Toeplitz trajectory matrix for 'co2' seriesh <- new.tmat(co2, 10)
# Print the number of columns and rowsprint(trows(h)); print(tcols(h))