Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 1 of 1 found.
[1] < 1 > [1]  Sort:

tensor (Package: tensor) : Tensor product of arrays

The tensor product of two arrays is notionally an outer product of the arrays collapsed in specific extents by summing along the appropriate diagonals. For example, a matrix product is the tensor product along the second extent of the first matrix and the first extent of the second. Thus A %*% B could also be evaluated as tensor(A, B, 2, 1), likewise A %*% t(B) could be tensor(A, B, 2, 2).
● Data Source: CranContrib
● Keywords: array
● Alias: %*t%, %t*%, %t*t%, tensor
● 0 images