Description Usage Arguments Value Examples
ttt(X,Y,dims)
computes the inner product of tensors X
and Y
in the
dimensions specified by the vector dims
. The sizes of the dimensions specified by dims
must match, which is size(X, dims)
must equal size(Y, dims)
.
1 | ttt(X, Y, dims)
|
X |
A tensor instance. |
Y |
A tensor instance. |
dims |
The indices of the modes to map onto the column space. |
mat |
The inner product of tensors X and Y in the dimensions specified by the vector dims, which is a matrix. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.