Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
kron
クロネッカー積 (.*.)
呼び出し手順
kron(A,B) A.*.B
説明
kron(A,B)
または A.*.B
は
2つの行列A
および
B
のクロネッカーテンソル積を返します.
結果の行列は以下のようなブロック形式となります:
A
が m x n
行列で
B
が p x q
行列の場合,
A.*.B
は (m*p) x (n*q)
行列となります.
A
および B
は疎行列とすることも
できます.
Report an issue | ||
<< cumsum | matrixoperations | max >> |