tINVdwht: Inverse of a 3-mode Tensor Using the Discrete Walsh-Hadamard...

View source: R/tINVdwht.R

tINVdwhtR Documentation

Inverse of a 3-mode Tensor Using the Discrete Walsh-Hadamard Transform

Description

Performs the inverse of a tensor using the discrete Walsh-Hadamard transform.

Usage

tINVdwht(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(tINVdwht(T))

rTensor2 documentation built on May 29, 2024, 8:34 a.m.