tINVfft: Inverse of a 3-mode Tensor Using the Discrete Fourier...

View source: R/tINVfft.R

tINVfftR Documentation

Inverse of a 3-mode Tensor Using the Discrete Fourier Transform

Description

Performs the inverse of a tensor using the discrete Fourier transform.

Usage

tINVfft(tnsr)

Arguments

tnsr

: a 3-mode tensor

Value

a Tensor-class object

Author(s)

Kyle Caudle kyle.caudle@sdsmt.edu

Examples

require(rTensor)
T <- rand_tensor(modes=c(2,2,4))
print(tINVfft(T))

rTensor2 documentation built on Aug. 14, 2022, 9:05 a.m.

Related to tINVfft in rTensor2...