Last data update: 2014.03.03

R: fftmultiply function
fftmultiplyR Documentation

fftmultiply function

Description

A function to pre-multiply a vector by a block cirulant matrix

Usage

fftmultiply(efb, vector)

Arguments

efb

eigenvalues of the matrix

vector

the vector

Value

a vector: the product of the matrix and the vector.

Results