Learn R Programming

lgcp (version 1.3-3)

fftmultiply: 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.