fftmultiply {lgcp}R 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.


[Package lgcp version 2.0 Index]