Scilab 5.5.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
Kronecker product (.*.)
Calling Sequence
kron(A,B) A.*.B
Description
kron(A,B)
or A.*.B
returns the
Kronecker tensor product of two matrices A
and
B
. The resulting matrix has the following block
form:
If A
is a m x n
matrix and
B
a p x q
matrix then
A.*.B
is a (m*p) x (n*q)
matrix.
A
and B
can be sparse
matrices.
Report an issue | ||
<< cumsum | Matrix operations | max >> |