n-Mode Tensor - Matrix Product
版本 1.0.0.0 (1.7 KB) 作者:
Fabian Schneiter
Calculates the n-mode product between a tensor and a matrix.
according to the definition of De Lathauwer and as referenced by many papers.
B = A (x)_n U
((x)_n: is the multiplication operator, see screenshot!)
where:
A: tensor of R^( I_1 × I_2 × .. I_n × .. I_N )
U: matrix of R^( J × I_n)
B: output tensor of R^(I_1 × I_2 × .. J × .. I_N)
n: scalar within [1:N], specifying the mode
Syntax:
B = nmodeproduct(A, U, n)
引用格式
Fabian Schneiter (2026). n-Mode Tensor - Matrix Product (https://ww2.mathworks.cn/matlabcentral/fileexchange/24268-n-mode-tensor-matrix-product), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2008b
兼容任何版本
平台兼容性
Windows macOS Linux类别
- MATLAB > Mathematics > Sparse Matrices >
在 Help Center 和 MATLAB Answers 中查找有关 Sparse Matrices 的更多信息
标签
| 版本 | 已发布 | 发行说明 | |
|---|---|---|---|
| 1.0.0.0 |
