Scilab-Branch-5.3-GIT
      
      
    Please note that the recommended version of Scilab is 2026.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 は疎行列とすることも
	できます.
| << cumsum | matrixoperations | prod >> |