Matlabで2階テンソルの内積

2階テンソル内積 A:B
contents-open.hatenablog.com

Matlabでは行列乗算mtimesを使う
jp.mathworks.com

C = A*B
C = mtimes(A,B)

単に行列の掛け算である