tINVdht {rTensor2} | R Documentation |
Inverse of a 3-mode Tensor Using the Discrete Hartley Transform
Description
Performs the inverse of a tensor using the discrete Hartley transform.
Usage
tINVdht(tnsr)
Arguments
tnsr |
: a 3-mode tensor |
Value
a Tensor-class object
Author(s)
Kyle Caudle
Randy Hoover
Jackson Cates
Examples
T <- rand_tensor(modes=c(2,2,4))
print(tINVdht(T))
[Package rTensor2 version 2.0.0 Index]